Html Css Color HEX #A6552D Sienna

📋 copy color: '#A6552D'

red 166 ◦ green 85 ◦ blue 45

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

Shades of Sienna #A6552D

Tints of Sienna #A6552D

RGB

 RED value IS 166 (65.23% from 255) = 56.08%

 GREEN value IS 85 (33.59% from 255) = 28.72%

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

R = 56.08%
G = 28.72%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6552D (or 0xA6552D) is known color: Sienna. HEX triplet: A6, 55 and 2D. RGB value is (166,85,45). Sum of RGB (Red+Green+Blue) = 166+85+45=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6552D is #59AAD2. Grayscale: #686868. Windows color (decimal): -5876435 or 2971046. OLE color: 2971046.

HSL color Cylindrical-coordinate representation of color #A6552D: hue angle of 19.83º 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 #A6552D is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 85 45 -
CMYK 0 0.49 0.73 0.35
HSL 19.83º 0.57% 0.41% -
HSV(B) 19.83º 0.73% 0.65% -
XYZ 19.45 14.79 4.31 -
YUV 104.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 166 85 45 0 0.49 0.73 0.35 19.83 0.57 0.41
Hex A6 55 2D 0 31 49 23 14 39 29
Octal 246 125 55 0 61 111 43 24 71 51
Binary 10100110 1010101 101101 0 110001 1001001 100011 10100 111001 101001

Color Harmonies of #A6552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6552D

Black with #A6552D

Text Example


Text Example

White with #A6552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6552D; }

 p { color: rgb(166,85,45); }

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

background-color css

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

 a { background-color: rgb(166,85,45); }

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

border-color css

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

 span { border-color: rgb(166,85,45); }

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