Html Css Color HEX #A08386 Turkish Rose

📋 copy color: '#A08386'

red 160 ◦ green 131 ◦ blue 134

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

Shades of Turkish Rose #A08386

Tints of Turkish Rose #A08386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.82%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 37.65%
G = 30.82%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A08386 (or 0xA08386) is known color: Turkish Rose. HEX triplet: A0, 83 and 86. RGB value is (160,131,134). Sum of RGB (Red+Green+Blue) = 160+131+134=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08386 is #5F7C79. Grayscale: #8C8C8C. Windows color (decimal): -6257786 or 8815520. OLE color: 8815520.

HSL color Cylindrical-coordinate representation of color #A08386: hue angle of 353.79º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08386 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 134 -
CMYK 0 0.18 0.16 0.37
HSL 353.79º 0.13% 0.57% -
HSV(B) 353.79º 0.18% 0.63% -
XYZ 26.92 25.43 26.04 -
YUV 140.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 160 131 134 0 0.18 0.16 0.37 353.79 0.13 0.57
Hex A0 83 86 0 12 10 25 162 D 39
Octal 240 203 206 0 22 20 45 542 15 71
Binary 10100000 10000011 10000110 0 10010 10000 100101 101100010 1101 111001

Color Harmonies of #A08386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08386

Black with #A08386

Text Example


Text Example

White with #A08386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08386; }

 p { color: rgb(160,131,134); }

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

background-color css

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

 a { background-color: rgb(160,131,134); }

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

border-color css

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

 span { border-color: rgb(160,131,134); }

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