Html Css Color HEX #A5522D Sienna

📋 copy color: '#A5522D'

red 165 ◦ green 82 ◦ blue 45

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

Shades of Sienna #A5522D

Tints of Sienna #A5522D

RGB

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

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

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

R = 56.51%
G = 28.08%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5522D (or 0xA5522D) is known color: Sienna. HEX triplet: A5, 52 and 2D. RGB value is (165,82,45). Sum of RGB (Red+Green+Blue) = 165+82+45=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5522D is #5AADD2. Grayscale: #666666. Windows color (decimal): -5942739 or 2970277. OLE color: 2970277.

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

Color convert

RGB 165 82 45 -
CMYK 0 0.50 0.73 0.35
HSL 18.5º 0.57% 0.41% -
HSV(B) 18.5º 0.73% 0.65% -
XYZ 19.01 14.22 4.23 -
YUV 102.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 165 82 45 0 0.50 0.73 0.35 18.5 0.57 0.41
Hex A5 52 2D 0 32 49 23 12 39 29
Octal 245 122 55 0 62 111 43 22 71 51
Binary 10100101 1010010 101101 0 110010 1001001 100011 10010 111001 101001

Color Harmonies of #A5522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5522D

Black with #A5522D

Text Example


Text Example

White with #A5522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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