Html Css Color HEX #AC862E Reef Gold

📋 copy color: '#AC862E'

red 172 ◦ green 134 ◦ blue 46

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

Shades of Reef Gold #AC862E

Tints of Reef Gold #AC862E

RGB

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

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

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

R = 48.86%
G = 38.07%
B = 13.07%

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

#AC862E (or 0xAC862E) is known color: Reef Gold. HEX triplet: AC, 86 and 2E. RGB value is (172,134,46). Sum of RGB (Red+Green+Blue) = 172+134+46=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC862E is #5379D1. Grayscale: #878787. Windows color (decimal): -5470674 or 3049132. OLE color: 3049132.

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

Color convert

RGB 172 134 46 -
CMYK 0 0.22 0.73 0.33
HSL 41.9º 0.58% 0.43% -
HSV(B) 41.9º 0.73% 0.67% -
XYZ 26.03 26.02 6.23 -
YUV 135.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 172 134 46 0 0.22 0.73 0.33 41.9 0.58 0.43
Hex AC 86 2E 0 16 49 21 2A 3A 2B
Octal 254 206 56 0 26 111 41 52 72 53
Binary 10101100 10000110 101110 0 10110 1001001 100001 101010 111010 101011

Color Harmonies of #AC862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC862E

Black with #AC862E

Text Example


Text Example

White with #AC862E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC862E; }

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

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

background-color css

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

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

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

border-color css

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

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

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