Html Css Color HEX #A1502D Sienna

📋 copy color: '#A1502D'

red 161 ◦ green 80 ◦ blue 45

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

Shades of Sienna #A1502D

Tints of Sienna #A1502D

RGB

 RED value IS 161 (63.28% from 255) = 56.29%

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 56.29%
G = 27.97%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A1502D (or 0xA1502D) is known color: Sienna. HEX triplet: A1, 50 and 2D. RGB value is (161,80,45). Sum of RGB (Red+Green+Blue) = 161+80+45=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A1502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1502D is #5EAFD2. Grayscale: #646464. Windows color (decimal): -6205395 or 2969761. OLE color: 2969761.

HSL color Cylindrical-coordinate representation of color #A1502D: hue angle of 18.1º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1502D is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 45 -
CMYK 0 0.50 0.72 0.37
HSL 18.1º 0.56% 0.4% -
HSV(B) 18.1º 0.72% 0.63% -
XYZ 18.04 13.5 4.14 -
YUV 100.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 161 80 45 0 0.50 0.72 0.37 18.1 0.56 0.4
Hex A1 50 2D 0 32 48 25 12 38 28
Octal 241 120 55 0 62 110 45 22 70 50
Binary 10100001 1010000 101101 0 110010 1001000 100101 10010 111000 101000

Color Harmonies of #A1502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1502D

Black with #A1502D

Text Example


Text Example

White with #A1502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1502D; }

 p { color: rgb(161,80,45); }

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

background-color css

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

 a { background-color: rgb(161,80,45); }

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

border-color css

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

 span { border-color: rgb(161,80,45); }

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