Html Css Color HEX #A3552E Sienna

📋 copy color: '#A3552E'

red 163 ◦ green 85 ◦ blue 46

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

Shades of Sienna #A3552E

Tints of Sienna #A3552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 55.44%
G = 28.91%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3552E (or 0xA3552E) is known color: Sienna. HEX triplet: A3, 55 and 2E. RGB value is (163,85,46). Sum of RGB (Red+Green+Blue) = 163+85+46=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3552E is #5CAAD1. Grayscale: #686868. Windows color (decimal): -6073042 or 3036579. OLE color: 3036579.

HSL color Cylindrical-coordinate representation of color #A3552E: hue angle of 20º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3552E is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 46 -
CMYK 0 0.48 0.72 0.36
HSL 20º 0.56% 0.41% -
HSV(B) 20º 0.72% 0.64% -
XYZ 18.85 14.48 4.39 -
YUV 103.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 163 85 46 0 0.48 0.72 0.36 20 0.56 0.41
Hex A3 55 2E 0 30 48 24 14 38 29
Octal 243 125 56 0 60 110 44 24 70 51
Binary 10100011 1010101 101110 0 110000 1001000 100100 10100 111000 101001

Color Harmonies of #A3552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3552E

Black with #A3552E

Text Example


Text Example

White with #A3552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3552E; }

 p { color: rgb(163,85,46); }

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

background-color css

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

 a { background-color: rgb(163,85,46); }

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

border-color css

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

 span { border-color: rgb(163,85,46); }

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