#A5852D

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

Shades of Reef Gold #A5852D

Tints of Reef Gold #A5852D

Color information

#A5852D (or 0xA5852D) is unknown color: approx Reef Gold. HEX triplet: A5, 85 and 2D. RGB value is (165,133,45). Sum of RGB (Red+Green+Blue) = 165+133+45=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5852D is #5A7AD2. Grayscale: #848484. Windows color (decimal): -5929683 or 2983333. OLE color: 2983333.

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

Color convert

RGB16513345-
CMYK00.190.730.35
HSL44º57.14%41.18%-
HSV(B)44º72.73%64.71%-
XYZ24.3824.966.02-
YUV132.5478.6151.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 45 (17.97% from 255) = 13.12%
R=48.10%
G=38.78%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651334500.190.730.354457.1441.18
HexA5852D01349232c3929
Octal2452055502311143547151
Binary10100101100001011011010100111001001100011101100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5852D; }

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

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

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

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

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

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

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

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