Html Css Color HEX #A08385 Turkish Rose

📋 copy color: '#A08385'

red 160 ◦ green 131 ◦ blue 133

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

Shades of Turkish Rose #A08385

Tints of Turkish Rose #A08385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 37.74%
G = 30.9%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A08385 (or 0xA08385) is known color: Turkish Rose. HEX triplet: A0, 83 and 85. RGB value is (160,131,133). Sum of RGB (Red+Green+Blue) = 160+131+133=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A08385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08385 is #5F7C7A. Grayscale: #8B8B8B. Windows color (decimal): -6257787 or 8749984. OLE color: 8749984.

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

Color convert

RGB 160 131 133 -
CMYK 0 0.18 0.17 0.37
HSL 355.86º 0.13% 0.57% -
HSV(B) 355.86º 0.18% 0.63% -
XYZ 26.85 25.4 25.68 -
YUV 139.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 160 131 133 0 0.18 0.17 0.37 355.86 0.13 0.57
Hex A0 83 85 0 12 11 25 164 D 39
Octal 240 203 205 0 22 21 45 544 15 71
Binary 10100000 10000011 10000101 0 10010 10001 100101 101100100 1101 111001

Color Harmonies of #A08385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08385

Black with #A08385

Text Example


Text Example

White with #A08385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08385; }

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

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

background-color css

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

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

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

border-color css

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

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

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