Html Css Color HEX #A65A2C Sienna

📋 copy color: '#A65A2C'

red 166 ◦ green 90 ◦ blue 44

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

Shades of Sienna #A65A2C

Tints of Sienna #A65A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

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

R = 55.33%
G = 30%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A65A2C (or 0xA65A2C) is known color: Sienna. HEX triplet: A6, 5A and 2C. RGB value is (166,90,44). Sum of RGB (Red+Green+Blue) = 166+90+44=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A2C is #59A5D3. Grayscale: #6B6B6B. Windows color (decimal): -5875156 or 2906790. OLE color: 2906790.

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

Color convert

RGB 166 90 44 -
CMYK 0 0.46 0.73 0.35
HSL 22.62º 0.58% 0.41% -
HSV(B) 22.62º 0.73% 0.65% -
XYZ 19.84 15.6 4.35 -
YUV 107.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 166 90 44 0 0.46 0.73 0.35 22.62 0.58 0.41
Hex A6 5A 2C 0 2E 49 23 17 3A 29
Octal 246 132 54 0 56 111 43 27 72 51
Binary 10100110 1011010 101100 0 101110 1001001 100011 10111 111010 101001

Color Harmonies of #A65A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A2C

Black with #A65A2C

Text Example


Text Example

White with #A65A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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