Html Css Color HEX #A66869 Turkish Rose

📋 copy color: '#A66869'

red 166 ◦ green 104 ◦ blue 105

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

Shades of Turkish Rose #A66869

Tints of Turkish Rose #A66869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

 BLUE value IS 105 (41.41% from 255) = 28%

R = 44.27%
G = 27.73%
B = 28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A66869 (or 0xA66869) is known color: Turkish Rose. HEX triplet: A6, 68 and 69. RGB value is (166,104,105). Sum of RGB (Red+Green+Blue) = 166+104+105=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A66869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66869 is #599796. Grayscale: #7A7A7A. Windows color (decimal): -5871511 or 6908070. OLE color: 6908070.

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

Color convert

RGB 166 104 105 -
CMYK 0 0.37 0.37 0.35
HSL 359.03º 0.26% 0.53% -
HSV(B) 359.03º 0.37% 0.65% -
XYZ 23.23 19.03 15.81 -
YUV 122.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 166 104 105 0 0.37 0.37 0.35 359.03 0.26 0.53
Hex A6 68 69 0 25 25 23 167 1A 35
Octal 246 150 151 0 45 45 43 547 32 65
Binary 10100110 1101000 1101001 0 100101 100101 100011 101100111 11010 110101

Color Harmonies of #A66869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66869

Black with #A66869

Text Example


Text Example

White with #A66869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66869; }

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

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

background-color css

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

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

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

border-color css

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

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

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