#A4903B

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

Shades of Reef Gold #A4903B

Tints of Reef Gold #A4903B

Color information

#A4903B (or 0xA4903B) is unknown color: approx Reef Gold. HEX triplet: A4, 90 and 3B. RGB value is (164,144,59). Sum of RGB (Red+Green+Blue) = 164+144+59=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A4903B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4903B is #5B6FC4. Grayscale: #8C8C8C. Windows color (decimal): -5992389 or 3903652. OLE color: 3903652.

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

Color convert

RGB16414459-
CMYK00.120.640.36
HSL48.57º47.09%43.73%-
HSV(B)48.57º64.02%64.31%-
XYZ26.0728.158.2-
YUV140.2982.13144.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=44.69%
G=39.24%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641445900.120.640.3648.5747.0943.73
HexA4903B0C4024312f2c
Octal2442207301410044615754
Binary1010010010010000111011011001000000100100110001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4903B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4903B; }

 p { color: rgb(164,144,59); }

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

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

 a { background-color: rgb(164,144,59); }

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

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

 span { border-color: rgb(164,144,59); }

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