#A69337

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

Shades of Reef Gold #A69337

Tints of Reef Gold #A69337

Color information

#A69337 (or 0xA69337) is unknown color: approx Reef Gold. HEX triplet: A6, 93 and 37. RGB value is (166,147,55). Sum of RGB (Red+Green+Blue) = 166+147+55=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A69337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69337 is #596CC8. Grayscale: #8E8E8E. Windows color (decimal): -5860553 or 3642278. OLE color: 3642278.

HSL color Cylindrical-coordinate representation of color #A69337: hue angle of 49.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A69337 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB16614755-
CMYK00.110.670.35
HSL49.73º50.23%43.33%-
HSV(B)49.73º66.87%65.1%-
XYZ26.8529.257.85-
YUV142.1978.79144.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 55 (21.88% from 255) = 14.95%
R=45.11%
G=39.95%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661475500.110.670.3549.7350.2343.33
HexA693370B432332322b
Octal2462236701310343626253
Binary1010011010010011110111010111000011100011110010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69337; }

 p { color: rgb(166,147,55); }

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

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

 a { background-color: rgb(166,147,55); }

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

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

 span { border-color: rgb(166,147,55); }

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