Html Css Color HEX #A34720 Rich Gold

📋 copy color: '#A34720'

red 163 ◦ green 71 ◦ blue 32

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

Shades of Rich Gold #A34720

Tints of Rich Gold #A34720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 61.28%
G = 26.69%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A34720 (or 0xA34720) is known color: Rich Gold. HEX triplet: A3, 47 and 20. RGB value is (163,71,32). Sum of RGB (Red+Green+Blue) = 163+71+32=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A34720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34720 is #5CB8DF. Grayscale: #5E5E5E. Windows color (decimal): -6076640 or 2115491. OLE color: 2115491.

HSL color Cylindrical-coordinate representation of color #A34720: hue angle of 17.86º degrees, saturation: 0.67, 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 #A34720 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 71 32 -
CMYK 0 0.56 0.80 0.36
HSL 17.86º 0.67% 0.38% -
HSV(B) 17.86º 0.8% 0.64% -
XYZ 17.62 12.4 2.83 -
YUV 94.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 163 71 32 0 0.56 0.80 0.36 17.86 0.67 0.38
Hex A3 47 20 0 38 50 24 12 43 26
Octal 243 107 40 0 70 120 44 22 103 46
Binary 10100011 1000111 100000 0 111000 1010000 100100 10010 1000011 100110

Color Harmonies of #A34720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34720

Black with #A34720

Text Example


Text Example

White with #A34720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34720; }

 p { color: rgb(163,71,32); }

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

background-color css

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

 a { background-color: rgb(163,71,32); }

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

border-color css

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

 span { border-color: rgb(163,71,32); }

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