Html Css Color HEX #A3502B Sienna

📋 copy color: '#A3502B'

red 163 ◦ green 80 ◦ blue 43

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

Shades of Sienna #A3502B

Tints of Sienna #A3502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 56.99%
G = 27.97%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3502B (or 0xA3502B) is known color: Sienna. HEX triplet: A3, 50 and 2B. RGB value is (163,80,43). Sum of RGB (Red+Green+Blue) = 163+80+43=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A3502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3502B is #5CAFD4. Grayscale: #646464. Windows color (decimal): -6074325 or 2838691. OLE color: 2838691.

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

Color convert

RGB 163 80 43 -
CMYK 0 0.51 0.74 0.36
HSL 18.5º 0.58% 0.4% -
HSV(B) 18.5º 0.74% 0.64% -
XYZ 18.41 13.7 3.96 -
YUV 100.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 163 80 43 0 0.51 0.74 0.36 18.5 0.58 0.4
Hex A3 50 2B 0 33 4A 24 12 3A 28
Octal 243 120 53 0 63 112 44 22 72 50
Binary 10100011 1010000 101011 0 110011 1001010 100100 10010 111010 101000

Color Harmonies of #A3502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3502B

Black with #A3502B

Text Example


Text Example

White with #A3502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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