Html Css Color HEX #A66976 Turkish Rose

📋 copy color: '#A66976'

red 166 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #A66976

Tints of Turkish Rose #A66976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 42.67%
G = 26.99%
B = 30.33%

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

#A66976 (or 0xA66976) is known color: Turkish Rose. HEX triplet: A6, 69 and 76. RGB value is (166,105,118). Sum of RGB (Red+Green+Blue) = 166+105+118=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A66976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66976 is #599689. Grayscale: #7C7C7C. Windows color (decimal): -5871242 or 7760294. OLE color: 7760294.

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

Color convert

RGB 166 105 118 -
CMYK 0 0.37 0.29 0.35
HSL 347.21º 0.26% 0.53% -
HSV(B) 347.21º 0.37% 0.65% -
XYZ 24.05 19.52 19.64 -
YUV 124.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 166 105 118 0 0.37 0.29 0.35 347.21 0.26 0.53
Hex A6 69 76 0 25 1D 23 15B 1A 35
Octal 246 151 166 0 45 35 43 533 32 65
Binary 10100110 1101001 1110110 0 100101 11101 100011 101011011 11010 110101

Color Harmonies of #A66976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66976

Black with #A66976

Text Example


Text Example

White with #A66976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66976; }

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

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

background-color css

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

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

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

border-color css

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

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

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