#A5943A

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

Shades of Reef Gold #A5943A

Tints of Reef Gold #A5943A

Color information

#A5943A (or 0xA5943A) is unknown color: approx Reef Gold. HEX triplet: A5, 94 and 3A. RGB value is (165,148,58). Sum of RGB (Red+Green+Blue) = 165+148+58=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5943A is #5A6BC5. Grayscale: #8F8F8F. Windows color (decimal): -5925830 or 3839141. OLE color: 3839141.

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

Color convert

RGB16514858-
CMYK00.100.650.35
HSL50.47º47.98%43.73%-
HSV(B)50.47º64.85%64.71%-
XYZ26.8729.488.28-
YUV142.8280.13143.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=44.47%
G=39.89%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651485800.100.650.3550.4747.9843.73
HexA5943A0A412332302c
Octal2452247201210143626054
Binary1010010110010100111010010101000001100011110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5943A; }

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

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

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

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

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

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

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

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