Html Css Color HEX #AD551F Rich Gold

📋 copy color: '#AD551F'

red 173 ◦ green 85 ◦ blue 31

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

Shades of Rich Gold #AD551F

Tints of Rich Gold #AD551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 59.86%
G = 29.41%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD551F (or 0xAD551F) is known color: Rich Gold. HEX triplet: AD, 55 and 1F. RGB value is (173,85,31). Sum of RGB (Red+Green+Blue) = 173+85+31=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD551F is #52AAE0. Grayscale: #696969. Windows color (decimal): -5417697 or 2053549. OLE color: 2053549.

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

Color convert

RGB 173 85 31 -
CMYK 0 0.51 0.82 0.32
HSL 22.82º 0.7% 0.4% -
HSV(B) 22.82º 0.82% 0.68% -
XYZ 20.73 15.48 3.19 -
YUV 105.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 173 85 31 0 0.51 0.82 0.32 22.82 0.7 0.4
Hex AD 55 1F 0 33 52 20 17 46 28
Octal 255 125 37 0 63 122 40 27 106 50
Binary 10101101 1010101 11111 0 110011 1010010 100000 10111 1000110 101000

Color Harmonies of #AD551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD551F

Black with #AD551F

Text Example


Text Example

White with #AD551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD551F; }

 p { color: rgb(173,85,31); }

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

background-color css

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

 a { background-color: rgb(173,85,31); }

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

border-color css

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

 span { border-color: rgb(173,85,31); }

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