Html Css Color HEX #AC862C Reef Gold

📋 copy color: '#AC862C'

red 172 ◦ green 134 ◦ blue 44

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

Shades of Reef Gold #AC862C

Tints of Reef Gold #AC862C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

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

R = 49.14%
G = 38.29%
B = 12.57%

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

#AC862C (or 0xAC862C) is known color: Reef Gold. HEX triplet: AC, 86 and 2C. RGB value is (172,134,44). Sum of RGB (Red+Green+Blue) = 172+134+44=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC862C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC862C is #5379D3. Grayscale: #878787. Windows color (decimal): -5470676 or 2918060. OLE color: 2918060.

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

Color convert

RGB 172 134 44 -
CMYK 0 0.22 0.74 0.33
HSL 42.19º 0.59% 0.42% -
HSV(B) 42.19º 0.74% 0.67% -
XYZ 25.99 26 6.03 -
YUV 135.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 172 134 44 0 0.22 0.74 0.33 42.19 0.59 0.42
Hex AC 86 2C 0 16 4A 21 2A 3B 2A
Octal 254 206 54 0 26 112 41 52 73 52
Binary 10101100 10000110 101100 0 10110 1001010 100001 101010 111011 101010

Color Harmonies of #AC862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC862C

Black with #AC862C

Text Example


Text Example

White with #AC862C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC862C; }

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

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

background-color css

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

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

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

border-color css

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

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

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