Html Css Color HEX #A66072 Turkish Rose

📋 copy color: '#A66072'

red 166 ◦ green 96 ◦ blue 114

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

Shades of Turkish Rose #A66072

Tints of Turkish Rose #A66072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.53%

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 44.15%
G = 25.53%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A66072 (or 0xA66072) is known color: Turkish Rose. HEX triplet: A6, 60 and 72. RGB value is (166,96,114). Sum of RGB (Red+Green+Blue) = 166+96+114=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A66072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66072 is #599F8D. Grayscale: #767676. Windows color (decimal): -5873550 or 7495846. OLE color: 7495846.

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

Color convert

RGB 166 96 114 -
CMYK 0 0.42 0.31 0.35
HSL 344.57º 0.28% 0.51% -
HSV(B) 344.57º 0.42% 0.65% -
XYZ 22.95 17.69 18.12 -
YUV 118.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 166 96 114 0 0.42 0.31 0.35 344.57 0.28 0.51
Hex A6 60 72 0 2A 1F 23 159 1C 33
Octal 246 140 162 0 52 37 43 531 34 63
Binary 10100110 1100000 1110010 0 101010 11111 100011 101011001 11100 110011

Color Harmonies of #A66072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66072

Black with #A66072

Text Example


Text Example

White with #A66072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66072; }

 p { color: rgb(166,96,114); }

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

background-color css

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

 a { background-color: rgb(166,96,114); }

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

border-color css

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

 span { border-color: rgb(166,96,114); }

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