Html Css Color HEX #AD5422 Rich Gold

📋 copy color: '#AD5422'

red 173 ◦ green 84 ◦ blue 34

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

Shades of Rich Gold #AD5422

Tints of Rich Gold #AD5422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 59.45%
G = 28.87%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD5422 (or 0xAD5422) is known color: Rich Gold. HEX triplet: AD, 54 and 22. RGB value is (173,84,34). Sum of RGB (Red+Green+Blue) = 173+84+34=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5422 is #52ABDD. Grayscale: #696969. Windows color (decimal): -5417950 or 2249901. OLE color: 2249901.

HSL color Cylindrical-coordinate representation of color #AD5422: hue angle of 21.58º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD5422 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 84 34 -
CMYK 0 0.51 0.80 0.32
HSL 21.58º 0.67% 0.41% -
HSV(B) 21.58º 0.8% 0.68% -
XYZ 20.69 15.34 3.38 -
YUV 104.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 173 84 34 0 0.51 0.80 0.32 21.58 0.67 0.41
Hex AD 54 22 0 33 50 20 16 43 29
Octal 255 124 42 0 63 120 40 26 103 51
Binary 10101101 1010100 100010 0 110011 1010000 100000 10110 1000011 101001

Color Harmonies of #AD5422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5422

Black with #AD5422

Text Example


Text Example

White with #AD5422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5422; }

 p { color: rgb(173,84,34); }

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

background-color css

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

 a { background-color: rgb(173,84,34); }

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

border-color css

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

 span { border-color: rgb(173,84,34); }

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