#AD9134

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

Shades of Reef Gold #AD9134

Tints of Reef Gold #AD9134

Color information

#AD9134 (or 0xAD9134) is unknown color: approx Reef Gold. HEX triplet: AD, 91 and 34. RGB value is (173,145,52). Sum of RGB (Red+Green+Blue) = 173+145+52=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9134 is #526ECB. Grayscale: #8F8F8F. Windows color (decimal): -5402316 or 3445165. OLE color: 3445165.

HSL color Cylindrical-coordinate representation of color #AD9134: hue angle of 46.12º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD9134 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB17314552-
CMYK00.160.700.32
HSL46.12º53.78%44.12%-
HSV(B)46.12º69.94%67.84%-
XYZ27.9829.387.45-
YUV142.7776.78149.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 52 (20.70% from 255) = 14.05%
R=46.76%
G=39.19%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731455200.160.700.3246.1253.7844.12
HexAD913401046202e362c
Octal2552216402010640566654
Binary10101101100100011101000100001000110100000101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9134; }

 p { color: rgb(173,145,52); }

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

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

 a { background-color: rgb(173,145,52); }

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

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

 span { border-color: rgb(173,145,52); }

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