Html Css Color HEX #AD5B1E Rich Gold

📋 copy color: '#AD5B1E'

red 173 ◦ green 91 ◦ blue 30

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

Shades of Rich Gold #AD5B1E

Tints of Rich Gold #AD5B1E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.95%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 58.84%
G = 30.95%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD5B1E (or 0xAD5B1E) is known color: Rich Gold. HEX triplet: AD, 5B and 1E. RGB value is (173,91,30). Sum of RGB (Red+Green+Blue) = 173+91+30=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5B1E is #52A4E1. Grayscale: #6C6C6C. Windows color (decimal): -5416162 or 1989549. OLE color: 1989549.

HSL color Cylindrical-coordinate representation of color #AD5B1E: hue angle of 25.59º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD5B1E is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 91 30 -
CMYK 0 0.47 0.83 0.32
HSL 25.59º 0.7% 0.4% -
HSV(B) 25.59º 0.83% 0.68% -
XYZ 21.21 16.46 3.29 -
YUV 108.56 83.67 173.96 -
System Red Green Blue C M Y K H S L
Decimal 173 91 30 0 0.47 0.83 0.32 25.59 0.7 0.4
Hex AD 5B 1E 0 2F 53 20 1A 46 28
Octal 255 133 36 0 57 123 40 32 106 50
Binary 10101101 1011011 11110 0 101111 1010011 100000 11010 1000110 101000

Color Harmonies of #AD5B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B1E

Black with #AD5B1E

Text Example


Text Example

White with #AD5B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B1E; }

 p { color: rgb(173,91,30); }

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

background-color css

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

 a { background-color: rgb(173,91,30); }

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

border-color css

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

 span { border-color: rgb(173,91,30); }

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