Html Css Color HEX #A34621 Rich Gold

📋 copy color: '#A34621'

red 163 ◦ green 70 ◦ blue 33

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

Shades of Rich Gold #A34621

Tints of Rich Gold #A34621

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

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

R = 61.28%
G = 26.32%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A34621 (or 0xA34621) is known color: Rich Gold. HEX triplet: A3, 46 and 21. RGB value is (163,70,33). Sum of RGB (Red+Green+Blue) = 163+70+33=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A34621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34621 is #5CB9DE. Grayscale: #5D5D5D. Windows color (decimal): -6076895 or 2180771. OLE color: 2180771.

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

Color convert

RGB 163 70 33 -
CMYK 0 0.57 0.80 0.36
HSL 17.08º 0.66% 0.38% -
HSV(B) 17.08º 0.8% 0.64% -
XYZ 17.57 12.28 2.88 -
YUV 93.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 163 70 33 0 0.57 0.80 0.36 17.08 0.66 0.38
Hex A3 46 21 0 39 50 24 11 42 26
Octal 243 106 41 0 71 120 44 21 102 46
Binary 10100011 1000110 100001 0 111001 1010000 100100 10001 1000010 100110

Color Harmonies of #A34621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34621

Black with #A34621

Text Example


Text Example

White with #A34621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34621; }

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

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

background-color css

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

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

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

border-color css

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

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

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