Html Css Color HEX #A66279 Turkish Rose

📋 copy color: '#A66279'

red 166 ◦ green 98 ◦ blue 121

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

Shades of Turkish Rose #A66279

Tints of Turkish Rose #A66279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 43.12%
G = 25.45%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A66279 (or 0xA66279) is known color: Turkish Rose. HEX triplet: A6, 62 and 79. RGB value is (166,98,121). Sum of RGB (Red+Green+Blue) = 166+98+121=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A66279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66279 is #599D86. Grayscale: #787878. Windows color (decimal): -5873031 or 7955110. OLE color: 7955110.

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

Color convert

RGB 166 98 121 -
CMYK 0 0.41 0.27 0.35
HSL 339.71º 0.28% 0.52% -
HSV(B) 339.71º 0.41% 0.65% -
XYZ 23.54 18.22 20.37 -
YUV 120.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 166 98 121 0 0.41 0.27 0.35 339.71 0.28 0.52
Hex A6 62 79 0 29 1B 23 154 1C 34
Octal 246 142 171 0 51 33 43 524 34 64
Binary 10100110 1100010 1111001 0 101001 11011 100011 101010100 11100 110100

Color Harmonies of #A66279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66279

Black with #A66279

Text Example


Text Example

White with #A66279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66279; }

 p { color: rgb(166,98,121); }

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

background-color css

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

 a { background-color: rgb(166,98,121); }

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

border-color css

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

 span { border-color: rgb(166,98,121); }

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