Html Css Color HEX #AC8A34 Reef Gold

📋 copy color: '#AC8A34'

red 172 ◦ green 138 ◦ blue 52

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

Shades of Reef Gold #AC8A34

Tints of Reef Gold #AC8A34

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.12%

 BLUE value IS 52 (20.7% from 255) = 14.36%

R = 47.51%
G = 38.12%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC8A34 (or 0xAC8A34) is known color: Reef Gold. HEX triplet: AC, 8A and 34. RGB value is (172,138,52). Sum of RGB (Red+Green+Blue) = 172+138+52=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A34 is #5375CB. Grayscale: #8A8A8A. Windows color (decimal): -5469644 or 3443372. OLE color: 3443372.

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

Color convert

RGB 172 138 52 -
CMYK 0 0.20 0.70 0.33
HSL 43º 0.54% 0.44% -
HSV(B) 43º 0.7% 0.67% -
XYZ 26.72 27.2 7.09 -
YUV 138.36 79.26 151.99 -
System Red Green Blue C M Y K H S L
Decimal 172 138 52 0 0.20 0.70 0.33 43 0.54 0.44
Hex AC 8A 34 0 14 46 21 2B 36 2C
Octal 254 212 64 0 24 106 41 53 66 54
Binary 10101100 10001010 110100 0 10100 1000110 100001 101011 110110 101100

Color Harmonies of #AC8A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A34

Black with #AC8A34

Text Example


Text Example

White with #AC8A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A34; }

 p { color: rgb(172,138,52); }

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

background-color css

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

 a { background-color: rgb(172,138,52); }

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

border-color css

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

 span { border-color: rgb(172,138,52); }

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