#A69B37

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

Shades of Reef Gold #A69B37

Tints of Reef Gold #A69B37

Color information

#A69B37 (or 0xA69B37) is unknown color: approx Reef Gold. HEX triplet: A6, 9B and 37. RGB value is (166,155,55). Sum of RGB (Red+Green+Blue) = 166+155+55=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69B37 is #5964C8. Grayscale: #939393. Windows color (decimal): -5858505 or 3644326. OLE color: 3644326.

HSL color Cylindrical-coordinate representation of color #A69B37: hue angle of 54.05º 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 #A69B37 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB16615555-
CMYK00.070.670.35
HSL54.05º50.23%43.33%-
HSV(B)54.05º66.87%65.1%-
XYZ28.1431.838.27-
YUV146.8976.14141.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 55 (21.88% from 255) = 14.63%
R=44.15%
G=41.22%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661555500.070.670.3554.0550.2343.33
HexA69B3707432336322b
Octal246233670710343666253
Binary101001101001101111011101111000011100011110110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B37; }

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

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

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

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

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

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

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

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