#A69A38

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

Shades of Reef Gold #A69A38

Tints of Reef Gold #A69A38

Color information

#A69A38 (or 0xA69A38) is unknown color: approx Reef Gold. HEX triplet: A6, 9A and 38. RGB value is (166,154,56). Sum of RGB (Red+Green+Blue) = 166+154+56=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69A38 is #5965C7. Grayscale: #929292. Windows color (decimal): -5858760 or 3709606. OLE color: 3709606.

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

Color convert

RGB16615456-
CMYK00.070.660.35
HSL53.45º49.55%43.53%-
HSV(B)53.45º66.27%65.1%-
XYZ2831.58.35-
YUV146.4276.98141.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 154 (60.55% from 255) = 40.96%
BLUE value IS 56 (22.27% from 255) = 14.89%
R=44.15%
G=40.96%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661545600.070.660.3553.4549.5543.53
HexA69A3807422335322c
Octal246232700710243656254
Binary101001101001101011100001111000010100011110101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A38; }

 p { color: rgb(166,154,56); }

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

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

 a { background-color: rgb(166,154,56); }

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

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

 span { border-color: rgb(166,154,56); }

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