Html Css Color HEX #A3512A Sienna

📋 copy color: '#A3512A'

red 163 ◦ green 81 ◦ blue 42

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

Shades of Sienna #A3512A

Tints of Sienna #A3512A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 56.99%
G = 28.32%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3512A (or 0xA3512A) is known color: Sienna. HEX triplet: A3, 51 and 2A. RGB value is (163,81,42). Sum of RGB (Red+Green+Blue) = 163+81+42=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A3512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3512A is #5CAED5. Grayscale: #656565. Windows color (decimal): -6074070 or 2773411. OLE color: 2773411.

HSL color Cylindrical-coordinate representation of color #A3512A: hue angle of 19.34º degrees, saturation: 0.59, 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 #A3512A is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 81 42 -
CMYK 0 0.50 0.74 0.36
HSL 19.34º 0.59% 0.4% -
HSV(B) 19.34º 0.74% 0.64% -
XYZ 18.46 13.84 3.89 -
YUV 101.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 163 81 42 0 0.50 0.74 0.36 19.34 0.59 0.4
Hex A3 51 2A 0 32 4A 24 13 3B 28
Octal 243 121 52 0 62 112 44 23 73 50
Binary 10100011 1010001 101010 0 110010 1001010 100100 10011 111011 101000

Color Harmonies of #A3512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3512A

Black with #A3512A

Text Example


Text Example

White with #A3512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3512A; }

 p { color: rgb(163,81,42); }

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

background-color css

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

 a { background-color: rgb(163,81,42); }

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

border-color css

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

 span { border-color: rgb(163,81,42); }

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