Html Css Color HEX #A5562E Sienna

📋 copy color: '#A5562E'

red 165 ◦ green 86 ◦ blue 46

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

Shades of Sienna #A5562E

Tints of Sienna #A5562E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 55.56%
G = 28.96%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5562E (or 0xA5562E) is known color: Sienna. HEX triplet: A5, 56 and 2E. RGB value is (165,86,46). Sum of RGB (Red+Green+Blue) = 165+86+46=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5562E is #5AA9D1. Grayscale: #696969. Windows color (decimal): -5941714 or 3036837. OLE color: 3036837.

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

Color convert

RGB 165 86 46 -
CMYK 0 0.48 0.72 0.35
HSL 20.17º 0.56% 0.41% -
HSV(B) 20.17º 0.72% 0.65% -
XYZ 19.34 14.85 4.43 -
YUV 105.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 165 86 46 0 0.48 0.72 0.35 20.17 0.56 0.41
Hex A5 56 2E 0 30 48 23 14 38 29
Octal 245 126 56 0 60 110 43 24 70 51
Binary 10100101 1010110 101110 0 110000 1001000 100011 10100 111000 101001

Color Harmonies of #A5562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5562E

Black with #A5562E

Text Example


Text Example

White with #A5562E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5562E; }

 p { color: rgb(165,86,46); }

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

background-color css

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

 a { background-color: rgb(165,86,46); }

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

border-color css

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

 span { border-color: rgb(165,86,46); }

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