#AD8933

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

Shades of Reef Gold #AD8933

Tints of Reef Gold #AD8933

Color information

#AD8933 (or 0xAD8933) is unknown color: approx Reef Gold. HEX triplet: AD, 89 and 33. RGB value is (173,137,51). Sum of RGB (Red+Green+Blue) = 173+137+51=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8933 is #5276CC. Grayscale: #8A8A8A. Windows color (decimal): -5404365 or 3377581. OLE color: 3377581.

HSL color Cylindrical-coordinate representation of color #AD8933: hue angle of 42.3º degrees, saturation: 0.54, 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 #AD8933 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17313751-
CMYK00.210.710.32
HSL42.3º54.46%43.92%-
HSV(B)42.3º70.52%67.84%-
XYZ26.7827.016.94-
YUV137.9678.93152.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 51 (20.31% from 255) = 14.13%
R=47.92%
G=37.95%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731375100.210.710.3242.354.4643.92
HexAD893301547202a362c
Octal2552116302510740526654
Binary10101101100010011100110101011000111100000101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8933; }

 p { color: rgb(173,137,51); }

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

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

 a { background-color: rgb(173,137,51); }

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

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

 span { border-color: rgb(173,137,51); }

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