Html Css Color HEX #A06B6F Turkish Rose

📋 copy color: '#A06B6F'

red 160 ◦ green 107 ◦ blue 111

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

Shades of Turkish Rose #A06B6F

Tints of Turkish Rose #A06B6F

RGB

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

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

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

R = 42.33%
G = 28.31%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A06B6F (or 0xA06B6F) is known color: Turkish Rose. HEX triplet: A0, 6B and 6F. RGB value is (160,107,111). Sum of RGB (Red+Green+Blue) = 160+107+111=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B6F is #5F9490. Grayscale: #7B7B7B. Windows color (decimal): -6263953 or 7302048. OLE color: 7302048.

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

Color convert

RGB 160 107 111 -
CMYK 0 0.33 0.31 0.37
HSL 355.47º 0.22% 0.52% -
HSV(B) 355.47º 0.33% 0.63% -
XYZ 22.62 19.14 17.54 -
YUV 123.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 160 107 111 0 0.33 0.31 0.37 355.47 0.22 0.52
Hex A0 6B 6F 0 21 1F 25 163 16 34
Octal 240 153 157 0 41 37 45 543 26 64
Binary 10100000 1101011 1101111 0 100001 11111 100101 101100011 10110 110100

Color Harmonies of #A06B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B6F

Black with #A06B6F

Text Example


Text Example

White with #A06B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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