#9A803C

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

Shades of Reef Gold #9A803C

Tints of Reef Gold #9A803C

Color information

#9A803C (or 0x9A803C) is unknown color: approx Reef Gold. HEX triplet: 9A, 80 and 3C. RGB value is (154,128,60). Sum of RGB (Red+Green+Blue) = 154+128+60=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A803C is #657FC3. Grayscale: #808080. Windows color (decimal): -6651844 or 3965082. OLE color: 3965082.

HSL color Cylindrical-coordinate representation of color #9A803C: hue angle of 43.4º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A803C is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB15412860-
CMYK00.170.610.40
HSL43.4º43.93%41.96%-
HSV(B)43.4º61.04%60.39%-
XYZ21.8622.637.49-
YUV128.0289.61146.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=45.03%
G=37.43%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541286000.170.610.4043.443.9341.96
Hex9A803C0113D282b2c2a
Octal232200740217550535452
Binary1001101010000000111100010001111101101000101011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A803C; }

 p { color: rgb(154,128,60); }

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

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

 a { background-color: rgb(154,128,60); }

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

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

 span { border-color: rgb(154,128,60); }

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