Html Css Color HEX #A66876 Turkish Rose

📋 copy color: '#A66876'

red 166 ◦ green 104 ◦ blue 118

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

Shades of Turkish Rose #A66876

Tints of Turkish Rose #A66876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 42.78%
G = 26.8%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A66876 (or 0xA66876) is known color: Turkish Rose. HEX triplet: A6, 68 and 76. RGB value is (166,104,118). Sum of RGB (Red+Green+Blue) = 166+104+118=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A66876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66876 is #599789. Grayscale: #7C7C7C. Windows color (decimal): -5871498 or 7760038. OLE color: 7760038.

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

Color convert

RGB 166 104 118 -
CMYK 0 0.37 0.29 0.35
HSL 346.45º 0.26% 0.53% -
HSV(B) 346.45º 0.37% 0.65% -
XYZ 23.95 19.32 19.61 -
YUV 124.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 166 104 118 0 0.37 0.29 0.35 346.45 0.26 0.53
Hex A6 68 76 0 25 1D 23 15A 1A 35
Octal 246 150 166 0 45 35 43 532 32 65
Binary 10100110 1101000 1110110 0 100101 11101 100011 101011010 11010 110101

Color Harmonies of #A66876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66876

Black with #A66876

Text Example


Text Example

White with #A66876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66876; }

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

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

background-color css

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

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

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

border-color css

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

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

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