Html Css Color HEX #A66B77 Turkish Rose

📋 copy color: '#A66B77'

red 166 ◦ green 107 ◦ blue 119

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

Shades of Turkish Rose #A66B77

Tints of Turkish Rose #A66B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.3%

 BLUE value IS 119 (46.88% from 255) = 30.36%

R = 42.35%
G = 27.3%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A66B77 (or 0xA66B77) is known color: Turkish Rose. HEX triplet: A6, 6B and 77. RGB value is (166,107,119). Sum of RGB (Red+Green+Blue) = 166+107+119=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B77 is #599488. Grayscale: #7E7E7E. Windows color (decimal): -5870729 or 7826342. OLE color: 7826342.

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

Color convert

RGB 166 107 119 -
CMYK 0 0.36 0.28 0.35
HSL 347.8º 0.25% 0.54% -
HSV(B) 347.8º 0.36% 0.65% -
XYZ 24.31 19.95 20.02 -
YUV 126.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 166 107 119 0 0.36 0.28 0.35 347.8 0.25 0.54
Hex A6 6B 77 0 24 1C 23 15C 19 36
Octal 246 153 167 0 44 34 43 534 31 66
Binary 10100110 1101011 1110111 0 100100 11100 100011 101011100 11001 110110

Color Harmonies of #A66B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B77

Black with #A66B77

Text Example


Text Example

White with #A66B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B77; }

 p { color: rgb(166,107,119); }

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

background-color css

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

 a { background-color: rgb(166,107,119); }

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

border-color css

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

 span { border-color: rgb(166,107,119); }

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