#AD8B31

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

Shades of Reef Gold #AD8B31

Tints of Reef Gold #AD8B31

Color information

#AD8B31 (or 0xAD8B31) is unknown color: approx Reef Gold. HEX triplet: AD, 8B and 31. RGB value is (173,139,49). Sum of RGB (Red+Green+Blue) = 173+139+49=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B31 is #5274CE. Grayscale: #8B8B8B. Windows color (decimal): -5403855 or 3247021. OLE color: 3247021.

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

Color convert

RGB17313949-
CMYK00.200.720.32
HSL43.55º55.86%43.53%-
HSV(B)43.55º71.68%67.84%-
XYZ27.0227.576.8-
YUV138.9177.26152.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=47.92%
G=38.50%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731394900.200.720.3243.5555.8643.53
HexAD8B3101448202c382c
Octal2552136102411040547054
Binary10101101100010111100010101001001000100000101100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B31; }

 p { color: rgb(173,139,49); }

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

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

 a { background-color: rgb(173,139,49); }

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

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

 span { border-color: rgb(173,139,49); }

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