Html Css Color HEX #AD541C Rich Gold

📋 copy color: '#AD541C'

red 173 ◦ green 84 ◦ blue 28

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

Shades of Rich Gold #AD541C

Tints of Rich Gold #AD541C

RGB

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

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

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

R = 60.7%
G = 29.47%
B = 9.82%

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

#AD541C (or 0xAD541C) is known color: Rich Gold. HEX triplet: AD, 54 and 1C. RGB value is (173,84,28). Sum of RGB (Red+Green+Blue) = 173+84+28=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD541C is #52ABE3. Grayscale: #686868. Windows color (decimal): -5417956 or 1856685. OLE color: 1856685.

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

Color convert

RGB 173 84 28 -
CMYK 0 0.51 0.84 0.32
HSL 23.17º 0.72% 0.39% -
HSV(B) 23.17º 0.84% 0.68% -
XYZ 20.61 15.31 2.97 -
YUV 104.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 173 84 28 0 0.51 0.84 0.32 23.17 0.72 0.39
Hex AD 54 1C 0 33 54 20 17 48 27
Octal 255 124 34 0 63 124 40 27 110 47
Binary 10101101 1010100 11100 0 110011 1010100 100000 10111 1001000 100111

Color Harmonies of #AD541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD541C

Black with #AD541C

Text Example


Text Example

White with #AD541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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