Html Css Color HEX #A94A21 Rich Gold

📋 copy color: '#A94A21'

red 169 ◦ green 74 ◦ blue 33

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

Shades of Rich Gold #A94A21

Tints of Rich Gold #A94A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 61.23%
G = 26.81%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A94A21 (or 0xA94A21) is known color: Rich Gold. HEX triplet: A9, 4A and 21. RGB value is (169,74,33). Sum of RGB (Red+Green+Blue) = 169+74+33=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A21 is #56B5DE. Grayscale: #616161. Windows color (decimal): -5682655 or 2181801. OLE color: 2181801.

HSL color Cylindrical-coordinate representation of color #A94A21: hue angle of 18.09º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A94A21 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 74 33 -
CMYK 0 0.56 0.80 0.34
HSL 18.09º 0.67% 0.4% -
HSV(B) 18.09º 0.8% 0.66% -
XYZ 19.09 13.44 3.03 -
YUV 97.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 169 74 33 0 0.56 0.80 0.34 18.09 0.67 0.4
Hex A9 4A 21 0 38 50 22 12 43 28
Octal 251 112 41 0 70 120 42 22 103 50
Binary 10101001 1001010 100001 0 111000 1010000 100010 10010 1000011 101000

Color Harmonies of #A94A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94A21

Black with #A94A21

Text Example


Text Example

White with #A94A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94A21; }

 p { color: rgb(169,74,33); }

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

background-color css

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

 a { background-color: rgb(169,74,33); }

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

border-color css

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

 span { border-color: rgb(169,74,33); }

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