Html Css Color HEX #A65F44 Tuscany

📋 copy color: '#A65F44'

red 166 ◦ green 95 ◦ blue 68

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

Shades of Tuscany #A65F44

Tints of Tuscany #A65F44

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.88%

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 50.46%
G = 28.88%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A65F44 (or 0xA65F44) is known color: Tuscany. HEX triplet: A6, 5F and 44. RGB value is (166,95,68). Sum of RGB (Red+Green+Blue) = 166+95+68=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F44 is #59A0BB. Grayscale: #717171. Windows color (decimal): -5873852 or 4480934. OLE color: 4480934.

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

Color convert

RGB 166 95 68 -
CMYK 0 0.43 0.59 0.35
HSL 16.53º 0.42% 0.46% -
HSV(B) 16.53º 0.59% 0.65% -
XYZ 20.86 16.71 7.59 -
YUV 113.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 166 95 68 0 0.43 0.59 0.35 16.53 0.42 0.46
Hex A6 5F 44 0 2B 3B 23 11 2A 2E
Octal 246 137 104 0 53 73 43 21 52 56
Binary 10100110 1011111 1000100 0 101011 111011 100011 10001 101010 101110

Color Harmonies of #A65F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F44

Black with #A65F44

Text Example


Text Example

White with #A65F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F44; }

 p { color: rgb(166,95,68); }

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

background-color css

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

 a { background-color: rgb(166,95,68); }

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

border-color css

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

 span { border-color: rgb(166,95,68); }

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