Html Css Color HEX #AC8F2A Reef Gold

📋 copy color: '#AC8F2A'

red 172 ◦ green 143 ◦ blue 42

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

Shades of Reef Gold #AC8F2A

Tints of Reef Gold #AC8F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.76%

R = 48.18%
G = 40.06%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC8F2A (or 0xAC8F2A) is known color: Reef Gold. HEX triplet: AC, 8F and 2A. RGB value is (172,143,42). Sum of RGB (Red+Green+Blue) = 172+143+42=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F2A is #5370D5. Grayscale: #8C8C8C. Windows color (decimal): -5468374 or 2789292. OLE color: 2789292.

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

Color convert

RGB 172 143 42 -
CMYK 0 0.17 0.76 0.33
HSL 46.62º 0.61% 0.42% -
HSV(B) 46.62º 0.76% 0.67% -
XYZ 27.25 28.58 6.27 -
YUV 140.16 72.61 150.71 -
System Red Green Blue C M Y K H S L
Decimal 172 143 42 0 0.17 0.76 0.33 46.62 0.61 0.42
Hex AC 8F 2A 0 11 4C 21 2F 3D 2A
Octal 254 217 52 0 21 114 41 57 75 52
Binary 10101100 10001111 101010 0 10001 1001100 100001 101111 111101 101010

Color Harmonies of #AC8F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F2A

Black with #AC8F2A

Text Example


Text Example

White with #AC8F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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