Html Css Color HEX #A94919 Rich Gold

📋 copy color: '#A94919'

red 169 ◦ green 73 ◦ blue 25

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

Shades of Rich Gold #A94919

Tints of Rich Gold #A94919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

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

R = 63.3%
G = 27.34%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A94919 (or 0xA94919) is known color: Rich Gold. HEX triplet: A9, 49 and 19. RGB value is (169,73,25). Sum of RGB (Red+Green+Blue) = 169+73+25=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A94919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94919 is #56B6E6. Grayscale: #606060. Windows color (decimal): -5682919 or 1657257. OLE color: 1657257.

HSL color Cylindrical-coordinate representation of color #A94919: hue angle of 20º 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 #A94919 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 73 25 -
CMYK 0 0.57 0.85 0.34
HSL 20º 0.74% 0.38% -
HSV(B) 20º 0.85% 0.66% -
XYZ 18.92 13.27 2.48 -
YUV 96.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 169 73 25 0 0.57 0.85 0.34 20 0.74 0.38
Hex A9 49 19 0 39 55 22 14 4A 26
Octal 251 111 31 0 71 125 42 24 112 46
Binary 10101001 1001001 11001 0 111001 1010101 100010 10100 1001010 100110

Color Harmonies of #A94919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94919

Black with #A94919

Text Example


Text Example

White with #A94919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94919; }

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

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

background-color css

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

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

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

border-color css

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

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

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