Html Css Color HEX #A6552C Sienna

📋 copy color: '#A6552C'

red 166 ◦ green 85 ◦ blue 44

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

Shades of Sienna #A6552C

Tints of Sienna #A6552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 56.27%
G = 28.81%
B = 14.92%

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

#A6552C (or 0xA6552C) is known color: Sienna. HEX triplet: A6, 55 and 2C. RGB value is (166,85,44). Sum of RGB (Red+Green+Blue) = 166+85+44=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6552C is #59AAD3. Grayscale: #686868. Windows color (decimal): -5876436 or 2905510. OLE color: 2905510.

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

Color convert

RGB 166 85 44 -
CMYK 0 0.49 0.73 0.35
HSL 20.16º 0.58% 0.41% -
HSV(B) 20.16º 0.73% 0.65% -
XYZ 19.43 14.79 4.21 -
YUV 104.55 93.84 171.83 -
System Red Green Blue C M Y K H S L
Decimal 166 85 44 0 0.49 0.73 0.35 20.16 0.58 0.41
Hex A6 55 2C 0 31 49 23 14 3A 29
Octal 246 125 54 0 61 111 43 24 72 51
Binary 10100110 1010101 101100 0 110001 1001001 100011 10100 111010 101001

Color Harmonies of #A6552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6552C

Black with #A6552C

Text Example


Text Example

White with #A6552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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