#AD9B35

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

Shades of Reef Gold #AD9B35

Tints of Reef Gold #AD9B35

Color information

#AD9B35 (or 0xAD9B35) is unknown color: approx Reef Gold. HEX triplet: AD, 9B and 35. RGB value is (173,155,53). Sum of RGB (Red+Green+Blue) = 173+155+53=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B35 is #5264CA. Grayscale: #959595. Windows color (decimal): -5399755 or 3513261. OLE color: 3513261.

HSL color Cylindrical-coordinate representation of color #AD9B35: hue angle of 51º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD9B35 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB17315553-
CMYK00.100.690.32
HSL51º53.1%44.31%-
HSV(B)51º69.36%67.84%-
XYZ29.632.588.1-
YUV148.7573.96145.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=45.41%
G=40.68%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731555300.100.690.325153.144.31
HexAD9B350A452033352c
Octal2552336501210540636554
Binary1010110110011011110101010101000101100000110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9B35; }

 p { color: rgb(173,155,53); }

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

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

 a { background-color: rgb(173,155,53); }

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

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

 span { border-color: rgb(173,155,53); }

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