Html Css Color HEX #A66978 Turkish Rose

📋 copy color: '#A66978'

red 166 ◦ green 105 ◦ blue 120

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

Shades of Turkish Rose #A66978

Tints of Turkish Rose #A66978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 42.46%
G = 26.85%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A66978 (or 0xA66978) is known color: Turkish Rose. HEX triplet: A6, 69 and 78. RGB value is (166,105,120). Sum of RGB (Red+Green+Blue) = 166+105+120=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A66978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66978 is #599687. Grayscale: #7C7C7C. Windows color (decimal): -5871240 or 7891366. OLE color: 7891366.

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

Color convert

RGB 166 105 120 -
CMYK 0 0.37 0.28 0.35
HSL 345.25º 0.26% 0.53% -
HSV(B) 345.25º 0.37% 0.65% -
XYZ 24.17 19.57 20.27 -
YUV 124.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 166 105 120 0 0.37 0.28 0.35 345.25 0.26 0.53
Hex A6 69 78 0 25 1C 23 159 1A 35
Octal 246 151 170 0 45 34 43 531 32 65
Binary 10100110 1101001 1111000 0 100101 11100 100011 101011001 11010 110101

Color Harmonies of #A66978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66978

Black with #A66978

Text Example


Text Example

White with #A66978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66978; }

 p { color: rgb(166,105,120); }

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

background-color css

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

 a { background-color: rgb(166,105,120); }

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

border-color css

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

 span { border-color: rgb(166,105,120); }

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