#a5892e

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

Shades of Reef Gold #A5892E

Tints of Reef Gold #A5892E

Color information

#A5892E (or 0xA5892E) is unknown color: approx Reef Gold. HEX triplet: A5, 89 and 2E. RGB value is (165,137,46). Sum of RGB (Red+Green+Blue) = 165+137+46=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A5892E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5892E is #5A76D1. Grayscale: #878787. Windows color (decimal): -5928658 or 3049893. OLE color: 3049893.

HSL color Cylindrical-coordinate representation of color #A5892E: hue angle of 45.88º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5892E is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16513746-
CMYK00.170.720.35
HSL45.88º56.4%41.37%-
HSV(B)45.88º72.12%64.71%-
XYZ24.9626.096.3-
YUV13577.78149.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=47.41%
G=39.37%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651374600.170.720.3545.8856.441.37
HexA5892E01148232e3829
Octal2452115602111043567051
Binary10100101100010011011100100011001000100011101110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5892e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5892e; }

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

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

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

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

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

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

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

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