Html Css Color HEX #AD551D Rich Gold

📋 copy color: '#AD551D'

red 173 ◦ green 85 ◦ blue 29

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

Shades of Rich Gold #AD551D

Tints of Rich Gold #AD551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 60.28%
G = 29.62%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD551D (or 0xAD551D) is known color: Rich Gold. HEX triplet: AD, 55 and 1D. RGB value is (173,85,29). Sum of RGB (Red+Green+Blue) = 173+85+29=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD551D is #52AAE2. Grayscale: #696969. Windows color (decimal): -5417699 or 1922477. OLE color: 1922477.

HSL color Cylindrical-coordinate representation of color #AD551D: hue angle of 23.33º degrees, saturation: 0.71, 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 #AD551D is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 85 29 -
CMYK 0 0.51 0.83 0.32
HSL 23.33º 0.71% 0.4% -
HSV(B) 23.33º 0.83% 0.68% -
XYZ 20.7 15.47 3.06 -
YUV 104.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 173 85 29 0 0.51 0.83 0.32 23.33 0.71 0.4
Hex AD 55 1D 0 33 53 20 17 47 28
Octal 255 125 35 0 63 123 40 27 107 50
Binary 10101101 1010101 11101 0 110011 1010011 100000 10111 1000111 101000

Color Harmonies of #AD551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD551D

Black with #AD551D

Text Example


Text Example

White with #AD551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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