Html Css Color HEX #AD5812 Rich Gold

📋 copy color: '#AD5812'

red 173 ◦ green 88 ◦ blue 18

#AD5812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #AD5812

Tints of Rich Gold #AD5812

RGB

 RED value IS 173 (67.97% from 255) = 62.01%

 GREEN value IS 88 (34.77% from 255) = 31.54%

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 62.01%
G = 31.54%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD5812 (or 0xAD5812) is known color: Rich Gold. HEX triplet: AD, 58 and 12. RGB value is (173,88,18). Sum of RGB (Red+Green+Blue) = 173+88+18=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5812 is #52A7ED. Grayscale: #696969. Windows color (decimal): -5416942 or 1202349. OLE color: 1202349.

HSL color Cylindrical-coordinate representation of color #AD5812: hue angle of 27.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD5812 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 88 18 -
CMYK 0 0.49 0.90 0.32
HSL 27.1º 0.81% 0.37% -
HSV(B) 27.1º 0.9% 0.68% -
XYZ 20.83 15.91 2.54 -
YUV 105.44 78.66 176.19 -
System Red Green Blue C M Y K H S L
Decimal 173 88 18 0 0.49 0.90 0.32 27.1 0.81 0.37
Hex AD 58 12 0 31 5A 20 1B 51 25
Octal 255 130 22 0 61 132 40 33 121 45
Binary 10101101 1011000 10010 0 110001 1011010 100000 11011 1010001 100101

Color Harmonies of #AD5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5812

Black with #AD5812

Text Example


Text Example

White with #AD5812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5812; }

 p { color: rgb(173,88,18); }

 H1.HeaderClassName
 {
   color: #AD5812;
 }
 .AnyTagClassName
 {
   color: #AD5812;
 }
</style>

background-color css

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

 a { background-color: rgb(173,88,18); }

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

border-color css

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

 span { border-color: rgb(173,88,18); }

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