Html Css Color HEX #A94D1C Rich Gold

📋 copy color: '#A94D1C'

red 169 ◦ green 77 ◦ blue 28

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

Shades of Rich Gold #A94D1C

Tints of Rich Gold #A94D1C

RGB

 RED value IS 169 (66.41% from 255) = 61.68%

 GREEN value IS 77 (30.47% from 255) = 28.1%

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

R = 61.68%
G = 28.1%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A94D1C (or 0xA94D1C) is known color: Rich Gold. HEX triplet: A9, 4D and 1C. RGB value is (169,77,28). Sum of RGB (Red+Green+Blue) = 169+77+28=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94D1C is #56B2E3. Grayscale: #636363. Windows color (decimal): -5681892 or 1854889. OLE color: 1854889.

HSL color Cylindrical-coordinate representation of color #A94D1C: hue angle of 20.85º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A94D1C is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 77 28 -
CMYK 0 0.54 0.83 0.34
HSL 20.85º 0.72% 0.39% -
HSV(B) 20.85º 0.83% 0.66% -
XYZ 19.23 13.83 2.75 -
YUV 98.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 169 77 28 0 0.54 0.83 0.34 20.85 0.72 0.39
Hex A9 4D 1C 0 36 53 22 15 48 27
Octal 251 115 34 0 66 123 42 25 110 47
Binary 10101001 1001101 11100 0 110110 1010011 100010 10101 1001000 100111

Color Harmonies of #A94D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94D1C

Black with #A94D1C

Text Example


Text Example

White with #A94D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94D1C; }

 p { color: rgb(169,77,28); }

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

background-color css

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

 a { background-color: rgb(169,77,28); }

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

border-color css

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

 span { border-color: rgb(169,77,28); }

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