Html Css Color HEX #A6552B Sienna

📋 copy color: '#A6552B'

red 166 ◦ green 85 ◦ blue 43

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

Shades of Sienna #A6552B

Tints of Sienna #A6552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 56.46%
G = 28.91%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6552B (or 0xA6552B) is known color: Sienna. HEX triplet: A6, 55 and 2B. RGB value is (166,85,43). Sum of RGB (Red+Green+Blue) = 166+85+43=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6552B is #59AAD4. Grayscale: #686868. Windows color (decimal): -5876437 or 2839974. OLE color: 2839974.

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

Color convert

RGB 166 85 43 -
CMYK 0 0.49 0.74 0.35
HSL 20.49º 0.59% 0.41% -
HSV(B) 20.49º 0.74% 0.65% -
XYZ 19.41 14.78 4.11 -
YUV 104.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 166 85 43 0 0.49 0.74 0.35 20.49 0.59 0.41
Hex A6 55 2B 0 31 4A 23 14 3B 29
Octal 246 125 53 0 61 112 43 24 73 51
Binary 10100110 1010101 101011 0 110001 1001010 100011 10100 111011 101001

Color Harmonies of #A6552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6552B

Black with #A6552B

Text Example


Text Example

White with #A6552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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