#AB852D

Color #AB852D Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AB852D

Tints of Reef Gold #AB852D

Color information

#AB852D (or 0xAB852D) is unknown color: approx Reef Gold. HEX triplet: AB, 85 and 2D. RGB value is (171,133,45). Sum of RGB (Red+Green+Blue) = 171+133+45=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB852D is #547AD2. Grayscale: #868686. Windows color (decimal): -5536467 or 2983339. OLE color: 2983339.

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

Color convert

RGB17113345-
CMYK00.220.740.33
HSL41.9º58.33%42.35%-
HSV(B)41.9º73.68%67.06%-
XYZ25.6625.626.08-
YUV134.3377.59154.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=49.00%
G=38.11%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711334500.220.740.3341.958.3342.35
HexAB852D0164A212a3a2a
Octal2532055502611241527252
Binary10101011100001011011010101101001010100001101010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB852D; }

 p { color: rgb(171,133,45); }

 H1.HeaderClassName
 {
   color: #AB852D;
 }
 .AnyTagClassName
 {
   color: #AB852D;
 }
</style>
background-color css

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

 a { background-color: rgb(171,133,45); }

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

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

 span { border-color: rgb(171,133,45); }

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