#A4953A

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

Shades of Reef Gold #A4953A

Tints of Reef Gold #A4953A

Color information

#A4953A (or 0xA4953A) is unknown color: approx Reef Gold. HEX triplet: A4, 95 and 3A. RGB value is (164,149,58). Sum of RGB (Red+Green+Blue) = 164+149+58=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4953A is #5B6AC5. Grayscale: #8F8F8F. Windows color (decimal): -5991110 or 3839396. OLE color: 3839396.

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

Color convert

RGB16414958-
CMYK00.090.650.36
HSL51.51º47.75%43.53%-
HSV(B)51.51º64.63%64.31%-
XYZ26.8229.698.32-
YUV143.1179.97142.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=44.20%
G=40.16%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641495800.090.650.3651.5147.7543.53
HexA4953A09412434302c
Octal2442257201110144646054
Binary1010010010010101111010010011000001100100110100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4953A; }

 p { color: rgb(164,149,58); }

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

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

 a { background-color: rgb(164,149,58); }

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

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

 span { border-color: rgb(164,149,58); }

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