#AD8827

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

Shades of Reef Gold #AD8827

Tints of Reef Gold #AD8827

Color information

#AD8827 (or 0xAD8827) is unknown color: approx Reef Gold. HEX triplet: AD, 88 and 27. RGB value is (173,136,39). Sum of RGB (Red+Green+Blue) = 173+136+39=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8827 is #5277D8. Grayscale: #888888. Windows color (decimal): -5404633 or 2590893. OLE color: 2590893.

HSL color Cylindrical-coordinate representation of color #AD8827: hue angle of 43.43º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD8827 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB17313639-
CMYK00.210.770.32
HSL43.43º63.21%41.57%-
HSV(B)43.43º77.46%67.84%-
XYZ26.426.645.67-
YUV13673.26154.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=49.71%
G=39.08%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731363900.210.770.3243.4363.2141.57
HexAD88270154D202b3f2a
Octal2552104702511540537752
Binary10101101100010001001110101011001101100000101011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8827; }

 p { color: rgb(173,136,39); }

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

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

 a { background-color: rgb(173,136,39); }

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

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

 span { border-color: rgb(173,136,39); }

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