Html Css Color HEX #AC8F39 Reef Gold

📋 copy color: '#AC8F39'

red 172 ◦ green 143 ◦ blue 57

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

Shades of Reef Gold #AC8F39

Tints of Reef Gold #AC8F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.32%

R = 46.24%
G = 38.44%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC8F39 (or 0xAC8F39) is known color: Reef Gold. HEX triplet: AC, 8F and 39. RGB value is (172,143,57). Sum of RGB (Red+Green+Blue) = 172+143+57=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F39 is #5370C6. Grayscale: #8E8E8E. Windows color (decimal): -5468359 or 3772332. OLE color: 3772332.

HSL color Cylindrical-coordinate representation of color #AC8F39: hue angle of 44.87º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC8F39 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 57 -
CMYK 0 0.17 0.67 0.33
HSL 44.87º 0.5% 0.45% -
HSV(B) 44.87º 0.67% 0.67% -
XYZ 27.57 28.71 7.96 -
YUV 141.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 172 143 57 0 0.17 0.67 0.33 44.87 0.5 0.45
Hex AC 8F 39 0 11 43 21 2D 32 2D
Octal 254 217 71 0 21 103 41 55 62 55
Binary 10101100 10001111 111001 0 10001 1000011 100001 101101 110010 101101

Color Harmonies of #AC8F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F39

Black with #AC8F39

Text Example


Text Example

White with #AC8F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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