Html Css Color HEX #AC8F33 Reef Gold

📋 copy color: '#AC8F33'

red 172 ◦ green 143 ◦ blue 51

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

Shades of Reef Gold #AC8F33

Tints of Reef Gold #AC8F33

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.07%

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

R = 46.99%
G = 39.07%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC8F33 (or 0xAC8F33) is known color: Reef Gold. HEX triplet: AC, 8F and 33. RGB value is (172,143,51). Sum of RGB (Red+Green+Blue) = 172+143+51=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F33 is #5370CC. Grayscale: #8D8D8D. Windows color (decimal): -5468365 or 3379116. OLE color: 3379116.

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

Color convert

RGB 172 143 51 -
CMYK 0 0.17 0.70 0.33
HSL 45.62º 0.54% 0.44% -
HSV(B) 45.62º 0.7% 0.67% -
XYZ 27.43 28.65 7.22 -
YUV 141.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 172 143 51 0 0.17 0.70 0.33 45.62 0.54 0.44
Hex AC 8F 33 0 11 46 21 2E 36 2C
Octal 254 217 63 0 21 106 41 56 66 54
Binary 10101100 10001111 110011 0 10001 1000110 100001 101110 110110 101100

Color Harmonies of #AC8F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F33

Black with #AC8F33

Text Example


Text Example

White with #AC8F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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