Html Css Color HEX #A35A2C Sienna

📋 copy color: '#A35A2C'

red 163 ◦ green 90 ◦ blue 44

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

Shades of Sienna #A35A2C

Tints of Sienna #A35A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 54.88%
G = 30.3%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A35A2C (or 0xA35A2C) is known color: Sienna. HEX triplet: A3, 5A and 2C. RGB value is (163,90,44). Sum of RGB (Red+Green+Blue) = 163+90+44=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A2C is #5CA5D3. Grayscale: #6A6A6A. Windows color (decimal): -6071764 or 2906787. OLE color: 2906787.

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

Color convert

RGB 163 90 44 -
CMYK 0 0.45 0.73 0.36
HSL 23.19º 0.57% 0.41% -
HSV(B) 23.19º 0.73% 0.64% -
XYZ 19.22 15.28 4.32 -
YUV 106.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 163 90 44 0 0.45 0.73 0.36 23.19 0.57 0.41
Hex A3 5A 2C 0 2D 49 24 17 39 29
Octal 243 132 54 0 55 111 44 27 71 51
Binary 10100011 1011010 101100 0 101101 1001001 100100 10111 111001 101001

Color Harmonies of #A35A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A2C

Black with #A35A2C

Text Example


Text Example

White with #A35A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A2C; }

 p { color: rgb(163,90,44); }

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

background-color css

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

 a { background-color: rgb(163,90,44); }

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

border-color css

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

 span { border-color: rgb(163,90,44); }

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