Html Css Color HEX #AD5C1C Rich Gold

📋 copy color: '#AD5C1C'

red 173 ◦ green 92 ◦ blue 28

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

Shades of Rich Gold #AD5C1C

Tints of Rich Gold #AD5C1C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

 BLUE value IS 28 (11.33% from 255) = 9.56%

R = 59.04%
G = 31.4%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD5C1C (or 0xAD5C1C) is known color: Rich Gold. HEX triplet: AD, 5C and 1C. RGB value is (173,92,28). Sum of RGB (Red+Green+Blue) = 173+92+28=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C1C is #52A3E3. Grayscale: #6D6D6D. Windows color (decimal): -5415908 or 1858733. OLE color: 1858733.

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

Color convert

RGB 173 92 28 -
CMYK 0 0.47 0.84 0.32
HSL 26.48º 0.72% 0.39% -
HSV(B) 26.48º 0.84% 0.68% -
XYZ 21.27 16.62 3.19 -
YUV 108.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 173 92 28 0 0.47 0.84 0.32 26.48 0.72 0.39
Hex AD 5C 1C 0 2F 54 20 1A 48 27
Octal 255 134 34 0 57 124 40 32 110 47
Binary 10101101 1011100 11100 0 101111 1010100 100000 11010 1001000 100111

Color Harmonies of #AD5C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C1C

Black with #AD5C1C

Text Example


Text Example

White with #AD5C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C1C; }

 p { color: rgb(173,92,28); }

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

background-color css

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

 a { background-color: rgb(173,92,28); }

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

border-color css

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

 span { border-color: rgb(173,92,28); }

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