Html Css Color HEX #AC872D Reef Gold

📋 copy color: '#AC872D'

red 172 ◦ green 135 ◦ blue 45

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

Shades of Reef Gold #AC872D

Tints of Reef Gold #AC872D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 48.86%
G = 38.35%
B = 12.78%

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

#AC872D (or 0xAC872D) is known color: Reef Gold. HEX triplet: AC, 87 and 2D. RGB value is (172,135,45). Sum of RGB (Red+Green+Blue) = 172+135+45=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC872D is #5378D2. Grayscale: #888888. Windows color (decimal): -5470419 or 2983852. OLE color: 2983852.

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

Color convert

RGB 172 135 45 -
CMYK 0 0.22 0.74 0.33
HSL 42.52º 0.59% 0.43% -
HSV(B) 42.52º 0.74% 0.67% -
XYZ 26.15 26.29 6.18 -
YUV 135.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 172 135 45 0 0.22 0.74 0.33 42.52 0.59 0.43
Hex AC 87 2D 0 16 4A 21 2B 3B 2B
Octal 254 207 55 0 26 112 41 53 73 53
Binary 10101100 10000111 101101 0 10110 1001010 100001 101011 111011 101011

Color Harmonies of #AC872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC872D

Black with #AC872D

Text Example


Text Example

White with #AC872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC872D; }

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

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

background-color css

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

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

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

border-color css

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

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

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