#A5842D

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

Shades of Reef Gold #A5842D

Tints of Reef Gold #A5842D

Color information

#A5842D (or 0xA5842D) is unknown color: approx Reef Gold. HEX triplet: A5, 84 and 2D. RGB value is (165,132,45). Sum of RGB (Red+Green+Blue) = 165+132+45=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5842D is #5A7BD2. Grayscale: #848484. Windows color (decimal): -5929939 or 2983077. OLE color: 2983077.

HSL color Cylindrical-coordinate representation of color #A5842D: hue angle of 43.5º 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 #A5842D is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16513245-
CMYK00.200.730.35
HSL43.5º57.14%41.18%-
HSV(B)43.5º72.73%64.71%-
XYZ24.2424.695.97-
YUV131.9578.93151.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 45 (17.97% from 255) = 13.16%
R=48.25%
G=38.60%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651324500.200.730.3543.557.1441.18
HexA5842D01449232c3929
Octal2452045502411143547151
Binary10100101100001001011010101001001001100011101100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5842D; }

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

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

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

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

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

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

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

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