Html Css Color HEX #A34921 Rich Gold

📋 copy color: '#A34921'

red 163 ◦ green 73 ◦ blue 33

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

Shades of Rich Gold #A34921

Tints of Rich Gold #A34921

RGB

 RED value IS 163 (64.06% from 255) = 60.59%

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

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

R = 60.59%
G = 27.14%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A34921 (or 0xA34921) is known color: Rich Gold. HEX triplet: A3, 49 and 21. RGB value is (163,73,33). Sum of RGB (Red+Green+Blue) = 163+73+33=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A34921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34921 is #5CB6DE. Grayscale: #5F5F5F. Windows color (decimal): -6076127 or 2181539. OLE color: 2181539.

HSL color Cylindrical-coordinate representation of color #A34921: hue angle of 18.46º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A34921 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 33 -
CMYK 0 0.55 0.80 0.36
HSL 18.46º 0.66% 0.38% -
HSV(B) 18.46º 0.8% 0.64% -
XYZ 17.76 12.66 2.95 -
YUV 95.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 163 73 33 0 0.55 0.80 0.36 18.46 0.66 0.38
Hex A3 49 21 0 37 50 24 12 42 26
Octal 243 111 41 0 67 120 44 22 102 46
Binary 10100011 1001001 100001 0 110111 1010000 100100 10010 1000010 100110

Color Harmonies of #A34921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34921

Black with #A34921

Text Example


Text Example

White with #A34921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34921; }

 p { color: rgb(163,73,33); }

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

background-color css

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

 a { background-color: rgb(163,73,33); }

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

border-color css

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

 span { border-color: rgb(163,73,33); }

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