Html Css Color HEX #A06B7C Turkish Rose

📋 copy color: '#A06B7C'

red 160 ◦ green 107 ◦ blue 124

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

Shades of Turkish Rose #A06B7C

Tints of Turkish Rose #A06B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.37%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 40.92%
G = 27.37%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A06B7C (or 0xA06B7C) is known color: Turkish Rose. HEX triplet: A0, 6B and 7C. RGB value is (160,107,124). Sum of RGB (Red+Green+Blue) = 160+107+124=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B7C is #5F9483. Grayscale: #7C7C7C. Windows color (decimal): -6263940 or 8154016. OLE color: 8154016.

HSL color Cylindrical-coordinate representation of color #A06B7C: hue angle of 340.75º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06B7C is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 107 124 -
CMYK 0 0.33 0.22 0.37
HSL 340.75º 0.22% 0.52% -
HSV(B) 340.75º 0.33% 0.63% -
XYZ 23.39 19.44 21.59 -
YUV 124.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 160 107 124 0 0.33 0.22 0.37 340.75 0.22 0.52
Hex A0 6B 7C 0 21 16 25 155 16 34
Octal 240 153 174 0 41 26 45 525 26 64
Binary 10100000 1101011 1111100 0 100001 10110 100101 101010101 10110 110100

Color Harmonies of #A06B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B7C

Black with #A06B7C

Text Example


Text Example

White with #A06B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B7C; }

 p { color: rgb(160,107,124); }

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

background-color css

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

 a { background-color: rgb(160,107,124); }

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

border-color css

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

 span { border-color: rgb(160,107,124); }

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