Html Css Color HEX #AC9A33 Reef Gold

📋 copy color: '#AC9A33'

red 172 ◦ green 154 ◦ blue 51

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

Shades of Reef Gold #AC9A33

Tints of Reef Gold #AC9A33

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 45.62%
G = 40.85%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC9A33 (or 0xAC9A33) is known color: Reef Gold. HEX triplet: AC, 9A and 33. RGB value is (172,154,51). Sum of RGB (Red+Green+Blue) = 172+154+51=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A33 is #5365CC. Grayscale: #949494. Windows color (decimal): -5465549 or 3381932. OLE color: 3381932.

HSL color Cylindrical-coordinate representation of color #AC9A33: hue angle of 51.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC9A33 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 154 51 -
CMYK 0 0.10 0.70 0.33
HSL 51.07º 0.54% 0.44% -
HSV(B) 51.07º 0.7% 0.67% -
XYZ 29.17 32.12 7.79 -
YUV 147.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 172 154 51 0 0.10 0.70 0.33 51.07 0.54 0.44
Hex AC 9A 33 0 A 46 21 33 36 2C
Octal 254 232 63 0 12 106 41 63 66 54
Binary 10101100 10011010 110011 0 1010 1000110 100001 110011 110110 101100

Color Harmonies of #AC9A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A33

Black with #AC9A33

Text Example


Text Example

White with #AC9A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A33; }

 p { color: rgb(172,154,51); }

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

background-color css

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

 a { background-color: rgb(172,154,51); }

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

border-color css

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

 span { border-color: rgb(172,154,51); }

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