Html Css Color HEX #A66A73 Turkish Rose

📋 copy color: '#A66A73'

red 166 ◦ green 106 ◦ blue 115

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

Shades of Turkish Rose #A66A73

Tints of Turkish Rose #A66A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 42.89%
G = 27.39%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A66A73 (or 0xA66A73) is known color: Turkish Rose. HEX triplet: A6, 6A and 73. RGB value is (166,106,115). Sum of RGB (Red+Green+Blue) = 166+106+115=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A73 is #59958C. Grayscale: #7C7C7C. Windows color (decimal): -5870989 or 7563942. OLE color: 7563942.

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

Color convert

RGB 166 106 115 -
CMYK 0 0.36 0.31 0.35
HSL 351º 0.25% 0.53% -
HSV(B) 351º 0.36% 0.65% -
XYZ 23.97 19.65 18.75 -
YUV 124.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 166 106 115 0 0.36 0.31 0.35 351 0.25 0.53
Hex A6 6A 73 0 24 1F 23 15F 19 35
Octal 246 152 163 0 44 37 43 537 31 65
Binary 10100110 1101010 1110011 0 100100 11111 100011 101011111 11001 110101

Color Harmonies of #A66A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A73

Black with #A66A73

Text Example


Text Example

White with #A66A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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