#AB8A2B

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

Shades of Reef Gold #AB8A2B

Tints of Reef Gold #AB8A2B

Color information

#AB8A2B (or 0xAB8A2B) is unknown color: approx Reef Gold. HEX triplet: AB, 8A and 2B. RGB value is (171,138,43). Sum of RGB (Red+Green+Blue) = 171+138+43=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A2B is #5475D4. Grayscale: #898989. Windows color (decimal): -5535189 or 2853547. OLE color: 2853547.

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

Color convert

RGB17113843-
CMYK00.190.750.33
HSL44.53º59.81%41.96%-
HSV(B)44.53º74.85%67.06%-
XYZ26.3227.016.11-
YUV137.0474.93152.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 43 (17.19% from 255) = 12.22%
R=48.58%
G=39.20%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711384300.190.750.3344.5359.8141.96
HexAB8A2B0134B212d3c2a
Octal2532125302311341557452
Binary10101011100010101010110100111001011100001101101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A2B; }

 p { color: rgb(171,138,43); }

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

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

 a { background-color: rgb(171,138,43); }

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

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

 span { border-color: rgb(171,138,43); }

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