#AD8A32

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

Shades of Reef Gold #AD8A32

Tints of Reef Gold #AD8A32

Color information

#AD8A32 (or 0xAD8A32) is unknown color: approx Reef Gold. HEX triplet: AD, 8A and 32. RGB value is (173,138,50). Sum of RGB (Red+Green+Blue) = 173+138+50=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A32 is #5275CD. Grayscale: #8A8A8A. Windows color (decimal): -5404110 or 3312301. OLE color: 3312301.

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

Color convert

RGB17313850-
CMYK00.200.710.32
HSL42.93º55.16%43.73%-
HSV(B)42.93º71.1%67.84%-
XYZ26.927.296.87-
YUV138.4378.1152.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 50 (19.92% from 255) = 13.85%
R=47.92%
G=38.23%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731385000.200.710.3242.9355.1643.73
HexAD8A3201447202b372c
Octal2552126202410740536754
Binary10101101100010101100100101001000111100000101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A32; }

 p { color: rgb(173,138,50); }

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

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

 a { background-color: rgb(173,138,50); }

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

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

 span { border-color: rgb(173,138,50); }

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