Html Css Color HEX #A06B77 Turkish Rose

📋 copy color: '#A06B77'

red 160 ◦ green 107 ◦ blue 119

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

Shades of Turkish Rose #A06B77

Tints of Turkish Rose #A06B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 41.45%
G = 27.72%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A06B77 (or 0xA06B77) is known color: Turkish Rose. HEX triplet: A0, 6B and 77. RGB value is (160,107,119). Sum of RGB (Red+Green+Blue) = 160+107+119=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B77 is #5F9488. Grayscale: #7C7C7C. Windows color (decimal): -6263945 or 7826336. OLE color: 7826336.

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

Color convert

RGB 160 107 119 -
CMYK 0 0.33 0.26 0.37
HSL 346.42º 0.22% 0.52% -
HSV(B) 346.42º 0.33% 0.63% -
XYZ 23.08 19.32 19.97 -
YUV 124.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 160 107 119 0 0.33 0.26 0.37 346.42 0.22 0.52
Hex A0 6B 77 0 21 1A 25 15A 16 34
Octal 240 153 167 0 41 32 45 532 26 64
Binary 10100000 1101011 1110111 0 100001 11010 100101 101011010 10110 110100

Color Harmonies of #A06B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B77

Black with #A06B77

Text Example


Text Example

White with #A06B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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