Html Css Color HEX #A2502F Sienna

📋 copy color: '#A2502F'

red 162 ◦ green 80 ◦ blue 47

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

Shades of Sienna #A2502F

Tints of Sienna #A2502F

RGB

 RED value IS 162 (63.67% from 255) = 56.06%

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

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

R = 56.06%
G = 27.68%
B = 16.26%

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

#A2502F (or 0xA2502F) is known color: Sienna. HEX triplet: A2, 50 and 2F. RGB value is (162,80,47). Sum of RGB (Red+Green+Blue) = 162+80+47=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2502F is #5DAFD0. Grayscale: #646464. Windows color (decimal): -6139857 or 3100834. OLE color: 3100834.

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

Color convert

RGB 162 80 47 -
CMYK 0 0.51 0.71 0.36
HSL 17.22º 0.55% 0.41% -
HSV(B) 17.22º 0.71% 0.64% -
XYZ 18.28 13.62 4.36 -
YUV 100.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 162 80 47 0 0.51 0.71 0.36 17.22 0.55 0.41
Hex A2 50 2F 0 33 47 24 11 37 29
Octal 242 120 57 0 63 107 44 21 67 51
Binary 10100010 1010000 101111 0 110011 1000111 100100 10001 110111 101001

Color Harmonies of #A2502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2502F

Black with #A2502F

Text Example


Text Example

White with #A2502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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