Html Css Color HEX #AC922E Reef Gold

📋 copy color: '#AC922E'

red 172 ◦ green 146 ◦ blue 46

#AC922E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #AC922E

Tints of Reef Gold #AC922E

RGB

 RED value IS 172 (67.58% from 255) = 47.25%

 GREEN value IS 146 (57.42% from 255) = 40.11%

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 47.25%
G = 40.11%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC922E (or 0xAC922E) is known color: Reef Gold. HEX triplet: AC, 92 and 2E. RGB value is (172,146,46). Sum of RGB (Red+Green+Blue) = 172+146+46=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC922E is #536DD1. Grayscale: #8E8E8E. Windows color (decimal): -5467602 or 3052204. OLE color: 3052204.

HSL color Cylindrical-coordinate representation of color #AC922E: hue angle of 47.62º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC922E is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 146 46 -
CMYK 0 0.15 0.73 0.33
HSL 47.62º 0.58% 0.43% -
HSV(B) 47.62º 0.73% 0.67% -
XYZ 27.79 29.53 6.82 -
YUV 142.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 172 146 46 0 0.15 0.73 0.33 47.62 0.58 0.43
Hex AC 92 2E 0 F 49 21 30 3A 2B
Octal 254 222 56 0 17 111 41 60 72 53
Binary 10101100 10010010 101110 0 1111 1001001 100001 110000 111010 101011

Color Harmonies of #AC922E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC922E

Black with #AC922E

Text Example


Text Example

White with #AC922E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC922E; }

 p { color: rgb(172,146,46); }

 H1.HeaderClassName
 {
   color: #AC922E;
 }
 .AnyTagClassName
 {
   color: #AC922E;
 }
</style>

background-color css

<style>
 a { background-color: #AC922E; }

 a { background-color: rgb(172,146,46); }

 div.DivClassName
 {
   background-color: #AC922E;
 }
 .BgClassName
 {
   background-color: #AC922E;
 }
</style>

border-color css

<style>
 span { border-color: #AC922E; }

 span { border-color: rgb(172,146,46); }

 td.TdClassName
 {
   border-color: #AC922E;
 }
 .TagClassName
 {
   border-color: #AC922E;
 }
</style>