Html Css Color HEX #A94C19 Rich Gold

📋 copy color: '#A94C19'

red 169 ◦ green 76 ◦ blue 25

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

Shades of Rich Gold #A94C19

Tints of Rich Gold #A94C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 62.59%
G = 28.15%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A94C19 (or 0xA94C19) is known color: Rich Gold. HEX triplet: A9, 4C and 19. RGB value is (169,76,25). Sum of RGB (Red+Green+Blue) = 169+76+25=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94C19 is #56B3E6. Grayscale: #626262. Windows color (decimal): -5682151 or 1658025. OLE color: 1658025.

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

Color convert

RGB 169 76 25 -
CMYK 0 0.55 0.85 0.34
HSL 21.25º 0.74% 0.38% -
HSV(B) 21.25º 0.85% 0.66% -
XYZ 19.12 13.67 2.55 -
YUV 97.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 169 76 25 0 0.55 0.85 0.34 21.25 0.74 0.38
Hex A9 4C 19 0 37 55 22 15 4A 26
Octal 251 114 31 0 67 125 42 25 112 46
Binary 10101001 1001100 11001 0 110111 1010101 100010 10101 1001010 100110

Color Harmonies of #A94C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C19

Black with #A94C19

Text Example


Text Example

White with #A94C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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