Html Css Color HEX #AC8D33 Reef Gold

📋 copy color: '#AC8D33'

red 172 ◦ green 141 ◦ blue 51

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

Shades of Reef Gold #AC8D33

Tints of Reef Gold #AC8D33

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

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

R = 47.25%
G = 38.74%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC8D33 (or 0xAC8D33) is known color: Reef Gold. HEX triplet: AC, 8D and 33. RGB value is (172,141,51). Sum of RGB (Red+Green+Blue) = 172+141+51=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D33 is #5372CC. Grayscale: #8C8C8C. Windows color (decimal): -5468877 or 3378604. OLE color: 3378604.

HSL color Cylindrical-coordinate representation of color #AC8D33: hue angle of 44.63º 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 #AC8D33 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 141 51 -
CMYK 0 0.18 0.70 0.33
HSL 44.63º 0.54% 0.44% -
HSV(B) 44.63º 0.7% 0.67% -
XYZ 27.14 28.06 7.12 -
YUV 140.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 172 141 51 0 0.18 0.70 0.33 44.63 0.54 0.44
Hex AC 8D 33 0 12 46 21 2D 36 2C
Octal 254 215 63 0 22 106 41 55 66 54
Binary 10101100 10001101 110011 0 10010 1000110 100001 101101 110110 101100

Color Harmonies of #AC8D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D33

Black with #AC8D33

Text Example


Text Example

White with #AC8D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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