#A4933E

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

Shades of Reef Gold #A4933E

Tints of Reef Gold #A4933E

Color information

#A4933E (or 0xA4933E) is unknown color: approx Reef Gold. HEX triplet: A4, 93 and 3E. RGB value is (164,147,62). Sum of RGB (Red+Green+Blue) = 164+147+62=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4933E is #5B6CC1. Grayscale: #8E8E8E. Windows color (decimal): -5991618 or 4101028. OLE color: 4101028.

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

Color convert

RGB16414762-
CMYK00.100.620.36
HSL50º45.13%44.31%-
HSV(B)50º62.2%64.31%-
XYZ26.6129.118.77-
YUV142.3982.63143.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=43.97%
G=39.41%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641476200.100.620.365045.1344.31
HexA4933E0A3E24322d2c
Octal244223760127644625554
Binary101001001001001111111001010111110100100110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4933E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4933E; }

 p { color: rgb(164,147,62); }

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

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

 a { background-color: rgb(164,147,62); }

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

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

 span { border-color: rgb(164,147,62); }

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