Html Css Color HEX #A3502F Sienna

📋 copy color: '#A3502F'

red 163 ◦ green 80 ◦ blue 47

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

Shades of Sienna #A3502F

Tints of Sienna #A3502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 56.21%
G = 27.59%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A3502F (or 0xA3502F) is known color: Sienna. HEX triplet: A3, 50 and 2F. RGB value is (163,80,47). Sum of RGB (Red+Green+Blue) = 163+80+47=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3502F is #5CAFD0. Grayscale: #656565. Windows color (decimal): -6074321 or 3100835. OLE color: 3100835.

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

Color convert

RGB 163 80 47 -
CMYK 0 0.51 0.71 0.36
HSL 17.07º 0.55% 0.41% -
HSV(B) 17.07º 0.71% 0.64% -
XYZ 18.49 13.73 4.36 -
YUV 101.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 163 80 47 0 0.51 0.71 0.36 17.07 0.55 0.41
Hex A3 50 2F 0 33 47 24 11 37 29
Octal 243 120 57 0 63 107 44 21 67 51
Binary 10100011 1010000 101111 0 110011 1000111 100100 10001 110111 101001

Color Harmonies of #A3502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3502F

Black with #A3502F

Text Example


Text Example

White with #A3502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3502F; }

 p { color: rgb(163,80,47); }

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

background-color css

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

 a { background-color: rgb(163,80,47); }

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

border-color css

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

 span { border-color: rgb(163,80,47); }

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