#A7933B

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

Shades of Reef Gold #A7933B

Tints of Reef Gold #A7933B

Color information

#A7933B (or 0xA7933B) is unknown color: approx Reef Gold. HEX triplet: A7, 93 and 3B. RGB value is (167,147,59). Sum of RGB (Red+Green+Blue) = 167+147+59=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7933B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7933B is #586CC4. Grayscale: #8F8F8F. Windows color (decimal): -5795013 or 3904423. OLE color: 3904423.

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

Color convert

RGB16714759-
CMYK00.120.650.35
HSL48.89º47.79%44.31%-
HSV(B)48.89º64.67%65.49%-
XYZ27.1629.48.38-
YUV142.9580.63145.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 59 (23.44% from 255) = 15.82%
R=44.77%
G=39.41%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671475900.120.650.3548.8947.7944.31
HexA7933B0C412331302c
Octal2472237301410143616054
Binary1010011110010011111011011001000001100011110001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7933B; }

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

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

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

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

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

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

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

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