#ab8d3a

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

Shades of Reef Gold #AB8D3A

Tints of Reef Gold #AB8D3A

Color information

#AB8D3A (or 0xAB8D3A) is unknown color: approx Reef Gold. HEX triplet: AB, 8D and 3A. RGB value is (171,141,58). Sum of RGB (Red+Green+Blue) = 171+141+58=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D3A is #5472C5. Grayscale: #8C8C8C. Windows color (decimal): -5534406 or 3837355. OLE color: 3837355.

HSL color Cylindrical-coordinate representation of color #AB8D3A: hue angle of 44.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB8D3A is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17114158-
CMYK00.180.660.33
HSL44.07º49.34%44.9%-
HSV(B)44.07º66.08%67.06%-
XYZ27.0828.017.98-
YUV140.5181.44149.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=46.22%
G=38.11%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711415800.180.660.3344.0749.3444.9
HexAB8D3A01242212c312d
Octal2532157202210241546155
Binary10101011100011011110100100101000010100001101100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab8d3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab8d3a; }

 p { color: rgb(171,141,58); }

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

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

 a { background-color: rgb(171,141,58); }

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

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

 span { border-color: rgb(171,141,58); }

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