Html Css Color HEX #AC872C Reef Gold

📋 copy color: '#AC872C'

red 172 ◦ green 135 ◦ blue 44

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

Shades of Reef Gold #AC872C

Tints of Reef Gold #AC872C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.54%

R = 49%
G = 38.46%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC872C (or 0xAC872C) is known color: Reef Gold. HEX triplet: AC, 87 and 2C. RGB value is (172,135,44). Sum of RGB (Red+Green+Blue) = 172+135+44=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC872C is #5378D3. Grayscale: #888888. Windows color (decimal): -5470420 or 2918316. OLE color: 2918316.

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

Color convert

RGB 172 135 44 -
CMYK 0 0.22 0.74 0.33
HSL 42.66º 0.59% 0.42% -
HSV(B) 42.66º 0.74% 0.67% -
XYZ 26.13 26.28 6.08 -
YUV 135.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 172 135 44 0 0.22 0.74 0.33 42.66 0.59 0.42
Hex AC 87 2C 0 16 4A 21 2B 3B 2A
Octal 254 207 54 0 26 112 41 53 73 52
Binary 10101100 10000111 101100 0 10110 1001010 100001 101011 111011 101010

Color Harmonies of #AC872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC872C

Black with #AC872C

Text Example


Text Example

White with #AC872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC872C; }

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

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

background-color css

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

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

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

border-color css

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

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

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