Html Css Color HEX #A66A6B Turkish Rose

📋 copy color: '#A66A6B'

red 166 ◦ green 106 ◦ blue 107

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

Shades of Turkish Rose #A66A6B

Tints of Turkish Rose #A66A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 43.8%
G = 27.97%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A66A6B (or 0xA66A6B) is known color: Turkish Rose. HEX triplet: A6, 6A and 6B. RGB value is (166,106,107). Sum of RGB (Red+Green+Blue) = 166+106+107=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A6B is #599594. Grayscale: #7C7C7C. Windows color (decimal): -5870997 or 7039654. OLE color: 7039654.

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

Color convert

RGB 166 106 107 -
CMYK 0 0.36 0.36 0.35
HSL 359º 0.25% 0.53% -
HSV(B) 359º 0.36% 0.65% -
XYZ 23.53 19.48 16.43 -
YUV 124.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 166 106 107 0 0.36 0.36 0.35 359 0.25 0.53
Hex A6 6A 6B 0 24 24 23 167 19 35
Octal 246 152 153 0 44 44 43 547 31 65
Binary 10100110 1101010 1101011 0 100100 100100 100011 101100111 11001 110101

Color Harmonies of #A66A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A6B

Black with #A66A6B

Text Example


Text Example

White with #A66A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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