Html Css Color HEX #A66779 Turkish Rose

📋 copy color: '#A66779'

red 166 ◦ green 103 ◦ blue 121

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

Shades of Turkish Rose #A66779

Tints of Turkish Rose #A66779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

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

R = 42.56%
G = 26.41%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A66779 (or 0xA66779) is known color: Turkish Rose. HEX triplet: A6, 67 and 79. RGB value is (166,103,121). Sum of RGB (Red+Green+Blue) = 166+103+121=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A66779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66779 is #599886. Grayscale: #7B7B7B. Windows color (decimal): -5871751 or 7956390. OLE color: 7956390.

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

Color convert

RGB 166 103 121 -
CMYK 0 0.38 0.27 0.35
HSL 342.86º 0.26% 0.53% -
HSV(B) 342.86º 0.38% 0.65% -
XYZ 24.03 19.19 20.53 -
YUV 123.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 166 103 121 0 0.38 0.27 0.35 342.86 0.26 0.53
Hex A6 67 79 0 26 1B 23 157 1A 35
Octal 246 147 171 0 46 33 43 527 32 65
Binary 10100110 1100111 1111001 0 100110 11011 100011 101010111 11010 110101

Color Harmonies of #A66779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66779

Black with #A66779

Text Example


Text Example

White with #A66779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66779; }

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

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

background-color css

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

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

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

border-color css

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

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

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