Html Css Color HEX #AD4C1C Rich Gold

📋 copy color: '#AD4C1C'

red 173 ◦ green 76 ◦ blue 28

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

Shades of Rich Gold #AD4C1C

Tints of Rich Gold #AD4C1C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.44%

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

R = 62.45%
G = 27.44%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD4C1C (or 0xAD4C1C) is known color: Rich Gold. HEX triplet: AD, 4C and 1C. RGB value is (173,76,28). Sum of RGB (Red+Green+Blue) = 173+76+28=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C1C is #52B3E3. Grayscale: #636363. Windows color (decimal): -5420004 or 1854637. OLE color: 1854637.

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

Color convert

RGB 173 76 28 -
CMYK 0 0.56 0.84 0.32
HSL 19.86º 0.72% 0.39% -
HSV(B) 19.86º 0.84% 0.68% -
XYZ 20.03 14.14 2.77 -
YUV 99.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 173 76 28 0 0.56 0.84 0.32 19.86 0.72 0.39
Hex AD 4C 1C 0 38 54 20 14 48 27
Octal 255 114 34 0 70 124 40 24 110 47
Binary 10101101 1001100 11100 0 111000 1010100 100000 10100 1001000 100111

Color Harmonies of #AD4C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C1C

Black with #AD4C1C

Text Example


Text Example

White with #AD4C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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