Html Css Color HEX #AC862B Reef Gold

📋 copy color: '#AC862B'

red 172 ◦ green 134 ◦ blue 43

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

Shades of Reef Gold #AC862B

Tints of Reef Gold #AC862B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 49.28%
G = 38.4%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC862B (or 0xAC862B) is known color: Reef Gold. HEX triplet: AC, 86 and 2B. RGB value is (172,134,43). Sum of RGB (Red+Green+Blue) = 172+134+43=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC862B is #5379D4. Grayscale: #878787. Windows color (decimal): -5470677 or 2852524. OLE color: 2852524.

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

Color convert

RGB 172 134 43 -
CMYK 0 0.22 0.75 0.33
HSL 42.33º 0.6% 0.42% -
HSV(B) 42.33º 0.75% 0.67% -
XYZ 25.97 26 5.93 -
YUV 134.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 172 134 43 0 0.22 0.75 0.33 42.33 0.6 0.42
Hex AC 86 2B 0 16 4B 21 2A 3C 2A
Octal 254 206 53 0 26 113 41 52 74 52
Binary 10101100 10000110 101011 0 10110 1001011 100001 101010 111100 101010

Color Harmonies of #AC862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC862B

Black with #AC862B

Text Example


Text Example

White with #AC862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC862B; }

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

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

background-color css

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

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

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

border-color css

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

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

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