#A5943C

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

Shades of Reef Gold #A5943C

Tints of Reef Gold #A5943C

Color information

#A5943C (or 0xA5943C) is unknown color: approx Reef Gold. HEX triplet: A5, 94 and 3C. RGB value is (165,148,60). Sum of RGB (Red+Green+Blue) = 165+148+60=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5943C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5943C is #5A6BC3. Grayscale: #8F8F8F. Windows color (decimal): -5925828 or 3970213. OLE color: 3970213.

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

Color convert

RGB16514860-
CMYK00.100.640.35
HSL50.29º46.67%44.12%-
HSV(B)50.29º63.64%64.71%-
XYZ26.9229.518.55-
YUV143.0581.13143.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=44.24%
G=39.68%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651486000.100.640.3550.2946.6744.12
HexA5943C0A4023322f2c
Octal2452247401210043625754
Binary1010010110010100111100010101000000100011110010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5943C; }

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

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

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

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

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

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

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

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