Html Css Color HEX #AC892E Reef Gold

📋 copy color: '#AC892E'

red 172 ◦ green 137 ◦ blue 46

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

Shades of Reef Gold #AC892E

Tints of Reef Gold #AC892E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

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

R = 48.45%
G = 38.59%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC892E (or 0xAC892E) is known color: Reef Gold. HEX triplet: AC, 89 and 2E. RGB value is (172,137,46). Sum of RGB (Red+Green+Blue) = 172+137+46=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC892E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC892E is #5376D1. Grayscale: #898989. Windows color (decimal): -5469906 or 3049900. OLE color: 3049900.

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

Color convert

RGB 172 137 46 -
CMYK 0 0.20 0.73 0.33
HSL 43.33º 0.58% 0.43% -
HSV(B) 43.33º 0.73% 0.67% -
XYZ 26.45 26.86 6.37 -
YUV 137.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 172 137 46 0 0.20 0.73 0.33 43.33 0.58 0.43
Hex AC 89 2E 0 14 49 21 2B 3A 2B
Octal 254 211 56 0 24 111 41 53 72 53
Binary 10101100 10001001 101110 0 10100 1001001 100001 101011 111010 101011

Color Harmonies of #AC892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC892E

Black with #AC892E

Text Example


Text Example

White with #AC892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC892E; }

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

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

background-color css

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

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

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

border-color css

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

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

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