#A6913B

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

Shades of Reef Gold #A6913B

Tints of Reef Gold #A6913B

Color information

#A6913B (or 0xA6913B) is unknown color: approx Reef Gold. HEX triplet: A6, 91 and 3B. RGB value is (166,145,59). Sum of RGB (Red+Green+Blue) = 166+145+59=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6913B is #596EC4. Grayscale: #8D8D8D. Windows color (decimal): -5861061 or 3903910. OLE color: 3903910.

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

Color convert

RGB16614559-
CMYK00.130.640.35
HSL48.22º47.56%44.12%-
HSV(B)48.22º64.46%65.1%-
XYZ26.6428.678.27-
YUV141.4881.46145.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 59 (23.44% from 255) = 15.95%
R=44.86%
G=39.19%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661455900.130.640.3548.2247.5644.12
HexA6913B0D402330302c
Octal2462217301510043606054
Binary1010011010010001111011011011000000100011110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6913B; }

 p { color: rgb(166,145,59); }

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

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

 a { background-color: rgb(166,145,59); }

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

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

 span { border-color: rgb(166,145,59); }

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