Html Css Color HEX #AC872A Reef Gold

📋 copy color: '#AC872A'

red 172 ◦ green 135 ◦ blue 42

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

Shades of Reef Gold #AC872A

Tints of Reef Gold #AC872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.68%

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

R = 49.28%
G = 38.68%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC872A (or 0xAC872A) is known color: Reef Gold. HEX triplet: AC, 87 and 2A. RGB value is (172,135,42). Sum of RGB (Red+Green+Blue) = 172+135+42=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC872A is #5378D5. Grayscale: #878787. Windows color (decimal): -5470422 or 2787244. OLE color: 2787244.

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

Color convert

RGB 172 135 42 -
CMYK 0 0.22 0.76 0.33
HSL 42.92º 0.61% 0.42% -
HSV(B) 42.92º 0.76% 0.67% -
XYZ 26.1 26.27 5.88 -
YUV 135.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 172 135 42 0 0.22 0.76 0.33 42.92 0.61 0.42
Hex AC 87 2A 0 16 4C 21 2B 3D 2A
Octal 254 207 52 0 26 114 41 53 75 52
Binary 10101100 10000111 101010 0 10110 1001100 100001 101011 111101 101010

Color Harmonies of #AC872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC872A

Black with #AC872A

Text Example


Text Example

White with #AC872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC872A; }

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

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

background-color css

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

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

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

border-color css

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

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

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