#A4933A

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

Shades of Reef Gold #A4933A

Tints of Reef Gold #A4933A

Color information

#A4933A (or 0xA4933A) is unknown color: approx Reef Gold. HEX triplet: A4, 93 and 3A. RGB value is (164,147,58). Sum of RGB (Red+Green+Blue) = 164+147+58=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4933A is #5B6CC5. Grayscale: #8E8E8E. Windows color (decimal): -5991622 or 3838884. OLE color: 3838884.

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

Color convert

RGB16414758-
CMYK00.100.650.36
HSL50.38º47.75%43.53%-
HSV(B)50.38º64.63%64.31%-
XYZ26.5129.078.22-
YUV141.9480.63143.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 58 (23.05% from 255) = 15.72%
R=44.44%
G=39.84%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641475800.100.650.3650.3847.7543.53
HexA4933A0A412432302c
Octal2442237201210144626054
Binary1010010010010011111010010101000001100100110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4933A; }

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

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

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

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

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

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

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

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