Html Css Color HEX #A06A6F Turkish Rose

📋 copy color: '#A06A6F'

red 160 ◦ green 106 ◦ blue 111

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

Shades of Turkish Rose #A06A6F

Tints of Turkish Rose #A06A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 42.44%
G = 28.12%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A06A6F (or 0xA06A6F) is known color: Turkish Rose. HEX triplet: A0, 6A and 6F. RGB value is (160,106,111). Sum of RGB (Red+Green+Blue) = 160+106+111=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06A6F is #5F9590. Grayscale: #7A7A7A. Windows color (decimal): -6264209 or 7301792. OLE color: 7301792.

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

Color convert

RGB 160 106 111 -
CMYK 0 0.34 0.31 0.37
HSL 354.44º 0.22% 0.52% -
HSV(B) 354.44º 0.34% 0.63% -
XYZ 22.52 18.93 17.51 -
YUV 122.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 160 106 111 0 0.34 0.31 0.37 354.44 0.22 0.52
Hex A0 6A 6F 0 22 1F 25 162 16 34
Octal 240 152 157 0 42 37 45 542 26 64
Binary 10100000 1101010 1101111 0 100010 11111 100101 101100010 10110 110100

Color Harmonies of #A06A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06A6F

Black with #A06A6F

Text Example


Text Example

White with #A06A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06A6F; }

 p { color: rgb(160,106,111); }

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

background-color css

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

 a { background-color: rgb(160,106,111); }

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

border-color css

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

 span { border-color: rgb(160,106,111); }

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