#A5943E

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

Shades of Reef Gold #A5943E

Tints of Reef Gold #A5943E

Color information

#A5943E (or 0xA5943E) is unknown color: approx Reef Gold. HEX triplet: A5, 94 and 3E. RGB value is (165,148,62). Sum of RGB (Red+Green+Blue) = 165+148+62=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5943E is #5A6BC1. Grayscale: #8F8F8F. Windows color (decimal): -5925826 or 4101285. OLE color: 4101285.

HSL color Cylindrical-coordinate representation of color #A5943E: hue angle of 50.1º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5943E is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16514862-
CMYK00.100.620.35
HSL50.1º45.37%44.51%-
HSV(B)50.1º62.42%64.71%-
XYZ26.9829.538.83-
YUV143.2882.13143.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=44%
G=39.47%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651486200.100.620.3550.145.3744.51
HexA5943E0A3E23322d2d
Octal245224760127643625555
Binary101001011001010011111001010111110100011110010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5943E; }

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

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

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

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

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

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

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

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