Html Css Color HEX #AD5A1B Rich Gold

📋 copy color: '#AD5A1B'

red 173 ◦ green 90 ◦ blue 27

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

Shades of Rich Gold #AD5A1B

Tints of Rich Gold #AD5A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 59.66%
G = 31.03%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD5A1B (or 0xAD5A1B) is known color: Rich Gold. HEX triplet: AD, 5A and 1B. RGB value is (173,90,27). Sum of RGB (Red+Green+Blue) = 173+90+27=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A1B is #52A5E4. Grayscale: #6B6B6B. Windows color (decimal): -5416421 or 1792685. OLE color: 1792685.

HSL color Cylindrical-coordinate representation of color #AD5A1B: hue angle of 25.89º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD5A1B is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 90 27 -
CMYK 0 0.48 0.84 0.32
HSL 25.89º 0.73% 0.39% -
HSV(B) 25.89º 0.84% 0.68% -
XYZ 21.09 16.28 3.07 -
YUV 107.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 173 90 27 0 0.48 0.84 0.32 25.89 0.73 0.39
Hex AD 5A 1B 0 30 54 20 1A 49 27
Octal 255 132 33 0 60 124 40 32 111 47
Binary 10101101 1011010 11011 0 110000 1010100 100000 11010 1001001 100111

Color Harmonies of #AD5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A1B

Black with #AD5A1B

Text Example


Text Example

White with #AD5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A1B; }

 p { color: rgb(173,90,27); }

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

background-color css

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

 a { background-color: rgb(173,90,27); }

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

border-color css

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

 span { border-color: rgb(173,90,27); }

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