#A4893A

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

Shades of Reef Gold #A4893A

Tints of Reef Gold #A4893A

Color information

#A4893A (or 0xA4893A) is unknown color: approx Reef Gold. HEX triplet: A4, 89 and 3A. RGB value is (164,137,58). Sum of RGB (Red+Green+Blue) = 164+137+58=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4893A is #5B76C5. Grayscale: #888888. Windows color (decimal): -5994182 or 3836324. OLE color: 3836324.

HSL color Cylindrical-coordinate representation of color #A4893A: hue angle of 44.72º 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 #A4893A is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16413758-
CMYK00.160.650.36
HSL44.72º47.75%43.53%-
HSV(B)44.72º64.63%64.31%-
XYZ25.0226.097.72-
YUV136.0783.95147.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 58 (23.05% from 255) = 16.16%
R=45.68%
G=38.16%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641375800.160.650.3644.7247.7543.53
HexA4893A01041242d302c
Octal2442117202010144556054
Binary10100100100010011110100100001000001100100101101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4893A; }

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

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

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

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

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

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

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

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