Html Css Color HEX #A06066 Turkish Rose

📋 copy color: '#A06066'

red 160 ◦ green 96 ◦ blue 102

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

Shades of Turkish Rose #A06066

Tints of Turkish Rose #A06066

RGB

 RED value IS 160 (62.89% from 255) = 44.69%

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

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 44.69%
G = 26.82%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A06066 (or 0xA06066) is known color: Turkish Rose. HEX triplet: A0, 60 and 66. RGB value is (160,96,102). Sum of RGB (Red+Green+Blue) = 160+96+102=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A06066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06066 is #5F9F99. Grayscale: #737373. Windows color (decimal): -6266778 or 6709408. OLE color: 6709408.

HSL color Cylindrical-coordinate representation of color #A06066: hue angle of 354.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06066 is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 96 102 -
CMYK 0 0.4 0.36 0.37
HSL 354.38º 0.25% 0.5% -
HSV(B) 354.38º 0.4% 0.63% -
XYZ 21.08 16.8 14.7 -
YUV 115.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 160 96 102 0 0.4 0.36 0.37 354.38 0.25 0.5
Hex A0 60 66 0 28 24 25 162 19 32
Octal 240 140 146 0 50 44 45 542 31 62
Binary 10100000 1100000 1100110 0 101000 100100 100101 101100010 11001 110010

Color Harmonies of #A06066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06066

Black with #A06066

Text Example


Text Example

White with #A06066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06066; }

 p { color: rgb(160,96,102); }

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

background-color css

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

 a { background-color: rgb(160,96,102); }

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

border-color css

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

 span { border-color: rgb(160,96,102); }

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