Html Css Color HEX #A3502E Sienna

📋 copy color: '#A3502E'

red 163 ◦ green 80 ◦ blue 46

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

Shades of Sienna #A3502E

Tints of Sienna #A3502E

RGB

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

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

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

R = 56.4%
G = 27.68%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3502E (or 0xA3502E) is known color: Sienna. HEX triplet: A3, 50 and 2E. RGB value is (163,80,46). Sum of RGB (Red+Green+Blue) = 163+80+46=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3502E is #5CAFD1. Grayscale: #656565. Windows color (decimal): -6074322 or 3035299. OLE color: 3035299.

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

Color convert

RGB 163 80 46 -
CMYK 0 0.51 0.72 0.36
HSL 17.44º 0.56% 0.41% -
HSV(B) 17.44º 0.72% 0.64% -
XYZ 18.47 13.72 4.26 -
YUV 100.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 163 80 46 0 0.51 0.72 0.36 17.44 0.56 0.41
Hex A3 50 2E 0 33 48 24 11 38 29
Octal 243 120 56 0 63 110 44 21 70 51
Binary 10100011 1010000 101110 0 110011 1001000 100100 10001 111000 101001

Color Harmonies of #A3502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3502E

Black with #A3502E

Text Example


Text Example

White with #A3502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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