#A6933B

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

Shades of Reef Gold #A6933B

Tints of Reef Gold #A6933B

Color information

#A6933B (or 0xA6933B) is unknown color: approx Reef Gold. HEX triplet: A6, 93 and 3B. RGB value is (166,147,59). Sum of RGB (Red+Green+Blue) = 166+147+59=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6933B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6933B is #596CC4. Grayscale: #8F8F8F. Windows color (decimal): -5860549 or 3904422. OLE color: 3904422.

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

Color convert

RGB16614759-
CMYK00.110.640.35
HSL49.35º47.56%44.12%-
HSV(B)49.35º64.46%65.1%-
XYZ26.9529.298.37-
YUV142.6580.79144.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 59 (23.44% from 255) = 15.86%
R=44.62%
G=39.52%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661475900.110.640.3549.3547.5644.12
HexA6933B0B402331302c
Octal2462237301310043616054
Binary1010011010010011111011010111000000100011110001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6933B; }

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

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

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

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

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

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

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

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