Html Css Color HEX #AD551B Rich Gold

📋 copy color: '#AD551B'

red 173 ◦ green 85 ◦ blue 27

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

Shades of Rich Gold #AD551B

Tints of Rich Gold #AD551B

RGB

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

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

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

R = 60.7%
G = 29.82%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD551B (or 0xAD551B) is known color: Rich Gold. HEX triplet: AD, 55 and 1B. RGB value is (173,85,27). Sum of RGB (Red+Green+Blue) = 173+85+27=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD551B is #52AAE4. Grayscale: #696969. Windows color (decimal): -5417701 or 1791405. OLE color: 1791405.

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

Color convert

RGB 173 85 27 -
CMYK 0 0.51 0.84 0.32
HSL 23.84º 0.73% 0.39% -
HSV(B) 23.84º 0.84% 0.68% -
XYZ 20.68 15.46 2.93 -
YUV 104.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 173 85 27 0 0.51 0.84 0.32 23.84 0.73 0.39
Hex AD 55 1B 0 33 54 20 18 49 27
Octal 255 125 33 0 63 124 40 30 111 47
Binary 10101101 1010101 11011 0 110011 1010100 100000 11000 1001001 100111

Color Harmonies of #AD551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD551B

Black with #AD551B

Text Example


Text Example

White with #AD551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD551B; }

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

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

background-color css

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

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

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

border-color css

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

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

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