Html Css Color HEX #A66078 Turkish Rose

📋 copy color: '#A66078'

red 166 ◦ green 96 ◦ blue 120

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

Shades of Turkish Rose #A66078

Tints of Turkish Rose #A66078

RGB

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

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

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

R = 43.46%
G = 25.13%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A66078 (or 0xA66078) is known color: Turkish Rose. HEX triplet: A6, 60 and 78. RGB value is (166,96,120). Sum of RGB (Red+Green+Blue) = 166+96+120=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A66078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66078 is #599F87. Grayscale: #777777. Windows color (decimal): -5873544 or 7889062. OLE color: 7889062.

HSL color Cylindrical-coordinate representation of color #A66078: hue angle of 339.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 #A66078 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 120 -
CMYK 0 0.42 0.28 0.35
HSL 339.43º 0.28% 0.51% -
HSV(B) 339.43º 0.42% 0.65% -
XYZ 23.3 17.83 19.98 -
YUV 119.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 166 96 120 0 0.42 0.28 0.35 339.43 0.28 0.51
Hex A6 60 78 0 2A 1C 23 153 1C 33
Octal 246 140 170 0 52 34 43 523 34 63
Binary 10100110 1100000 1111000 0 101010 11100 100011 101010011 11100 110011

Color Harmonies of #A66078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66078

Black with #A66078

Text Example


Text Example

White with #A66078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66078; }

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

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

background-color css

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

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

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

border-color css

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

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

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