Html Css Color HEX #A66071 Turkish Rose

📋 copy color: '#A66071'

red 166 ◦ green 96 ◦ blue 113

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

Shades of Turkish Rose #A66071

Tints of Turkish Rose #A66071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 44.27%
G = 25.6%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A66071 (or 0xA66071) is known color: Turkish Rose. HEX triplet: A6, 60 and 71. RGB value is (166,96,113). Sum of RGB (Red+Green+Blue) = 166+96+113=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A66071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66071 is #599F8E. Grayscale: #767676. Windows color (decimal): -5873551 or 7430310. OLE color: 7430310.

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

Color convert

RGB 166 96 113 -
CMYK 0 0.42 0.32 0.35
HSL 345.43º 0.28% 0.51% -
HSV(B) 345.43º 0.42% 0.65% -
XYZ 22.89 17.66 17.83 -
YUV 118.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 166 96 113 0 0.42 0.32 0.35 345.43 0.28 0.51
Hex A6 60 71 0 2A 20 23 159 1C 33
Octal 246 140 161 0 52 40 43 531 34 63
Binary 10100110 1100000 1110001 0 101010 100000 100011 101011001 11100 110011

Color Harmonies of #A66071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66071

Black with #A66071

Text Example


Text Example

White with #A66071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66071; }

 p { color: rgb(166,96,113); }

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

background-color css

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

 a { background-color: rgb(166,96,113); }

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

border-color css

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

 span { border-color: rgb(166,96,113); }

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