Html Css Color HEX #A5522A Sienna

📋 copy color: '#A5522A'

red 165 ◦ green 82 ◦ blue 42

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

Shades of Sienna #A5522A

Tints of Sienna #A5522A

RGB

 RED value IS 165 (64.84% from 255) = 57.09%

 GREEN value IS 82 (32.42% from 255) = 28.37%

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

R = 57.09%
G = 28.37%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5522A (or 0xA5522A) is known color: Sienna. HEX triplet: A5, 52 and 2A. RGB value is (165,82,42). Sum of RGB (Red+Green+Blue) = 165+82+42=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A5522A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5522A is #5AADD5. Grayscale: #666666. Windows color (decimal): -5942742 or 2773669. OLE color: 2773669.

HSL color Cylindrical-coordinate representation of color #A5522A: hue angle of 19.51º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5522A is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 42 -
CMYK 0 0.50 0.75 0.35
HSL 19.51º 0.59% 0.41% -
HSV(B) 19.51º 0.75% 0.65% -
XYZ 18.95 14.2 3.93 -
YUV 102.26 94 172.75 -
System Red Green Blue C M Y K H S L
Decimal 165 82 42 0 0.50 0.75 0.35 19.51 0.59 0.41
Hex A5 52 2A 0 32 4B 23 14 3B 29
Octal 245 122 52 0 62 113 43 24 73 51
Binary 10100101 1010010 101010 0 110010 1001011 100011 10100 111011 101001

Color Harmonies of #A5522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5522A

Black with #A5522A

Text Example


Text Example

White with #A5522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5522A; }

 p { color: rgb(165,82,42); }

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

background-color css

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

 a { background-color: rgb(165,82,42); }

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

border-color css

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

 span { border-color: rgb(165,82,42); }

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