Html Css Color HEX #A94C15 Rich Gold

📋 copy color: '#A94C15'

red 169 ◦ green 76 ◦ blue 21

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

Shades of Rich Gold #A94C15

Tints of Rich Gold #A94C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 63.53%
G = 28.57%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A94C15 (or 0xA94C15) is known color: Rich Gold. HEX triplet: A9, 4C and 15. RGB value is (169,76,21). Sum of RGB (Red+Green+Blue) = 169+76+21=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94C15 is #56B3EA. Grayscale: #616161. Windows color (decimal): -5682155 or 1395881. OLE color: 1395881.

HSL color Cylindrical-coordinate representation of color #A94C15: hue angle of 22.3º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A94C15 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 76 21 -
CMYK 0 0.55 0.88 0.34
HSL 22.3º 0.78% 0.37% -
HSV(B) 22.3º 0.88% 0.66% -
XYZ 19.08 13.66 2.34 -
YUV 97.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 169 76 21 0 0.55 0.88 0.34 22.3 0.78 0.37
Hex A9 4C 15 0 37 58 22 16 4E 25
Octal 251 114 25 0 67 130 42 26 116 45
Binary 10101001 1001100 10101 0 110111 1011000 100010 10110 1001110 100101

Color Harmonies of #A94C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C15

Black with #A94C15

Text Example


Text Example

White with #A94C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C15; }

 p { color: rgb(169,76,21); }

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

background-color css

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

 a { background-color: rgb(169,76,21); }

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

border-color css

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

 span { border-color: rgb(169,76,21); }

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