Html Css Color HEX #AC872E Reef Gold

📋 copy color: '#AC872E'

red 172 ◦ green 135 ◦ blue 46

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

Shades of Reef Gold #AC872E

Tints of Reef Gold #AC872E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 48.73%
G = 38.24%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC872E (or 0xAC872E) is known color: Reef Gold. HEX triplet: AC, 87 and 2E. RGB value is (172,135,46). Sum of RGB (Red+Green+Blue) = 172+135+46=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC872E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC872E is #5378D1. Grayscale: #888888. Windows color (decimal): -5470418 or 3049388. OLE color: 3049388.

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

Color convert

RGB 172 135 46 -
CMYK 0 0.22 0.73 0.33
HSL 42.38º 0.58% 0.43% -
HSV(B) 42.38º 0.73% 0.67% -
XYZ 26.17 26.3 6.28 -
YUV 135.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 172 135 46 0 0.22 0.73 0.33 42.38 0.58 0.43
Hex AC 87 2E 0 16 49 21 2A 3A 2B
Octal 254 207 56 0 26 111 41 52 72 53
Binary 10101100 10000111 101110 0 10110 1001001 100001 101010 111010 101011

Color Harmonies of #AC872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC872E

Black with #AC872E

Text Example


Text Example

White with #AC872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC872E; }

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

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

background-color css

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

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

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

border-color css

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

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

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