#A5903C

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

Shades of Reef Gold #A5903C

Tints of Reef Gold #A5903C

Color information

#A5903C (or 0xA5903C) is unknown color: approx Reef Gold. HEX triplet: A5, 90 and 3C. RGB value is (165,144,60). Sum of RGB (Red+Green+Blue) = 165+144+60=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5903C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5903C is #5A6FC3. Grayscale: #8D8D8D. Windows color (decimal): -5926852 or 3969189. OLE color: 3969189.

HSL color Cylindrical-coordinate representation of color #A5903C: hue angle of 48º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5903C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB16514460-
CMYK00.130.640.35
HSL48º46.67%44.12%-
HSV(B)48º63.64%64.71%-
XYZ26.3128.278.35-
YUV140.782.46145.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 60 (23.83% from 255) = 16.26%
R=44.72%
G=39.02%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651446000.130.640.354846.6744.12
HexA5903C0D4023302f2c
Octal2452207401510043605754
Binary1010010110010000111100011011000000100011110000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5903C; }

 p { color: rgb(165,144,60); }

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

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

 a { background-color: rgb(165,144,60); }

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

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

 span { border-color: rgb(165,144,60); }

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