Html Css Color HEX #A18385 Turkish Rose

📋 copy color: '#A18385'

red 161 ◦ green 131 ◦ blue 133

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

Shades of Turkish Rose #A18385

Tints of Turkish Rose #A18385

RGB

 RED value IS 161 (63.28% from 255) = 37.88%

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

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

R = 37.88%
G = 30.82%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A18385 (or 0xA18385) is known color: Turkish Rose. HEX triplet: A1, 83 and 85. RGB value is (161,131,133). Sum of RGB (Red+Green+Blue) = 161+131+133=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18385 is #5E7C7A. Grayscale: #8C8C8C. Windows color (decimal): -6192251 or 8749985. OLE color: 8749985.

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

Color convert

RGB 161 131 133 -
CMYK 0 0.19 0.17 0.37
HSL 356º 0.14% 0.57% -
HSV(B) 356º 0.19% 0.63% -
XYZ 27.05 25.5 25.69 -
YUV 140.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 161 131 133 0 0.19 0.17 0.37 356 0.14 0.57
Hex A1 83 85 0 13 11 25 164 E 39
Octal 241 203 205 0 23 21 45 544 16 71
Binary 10100001 10000011 10000101 0 10011 10001 100101 101100100 1110 111001

Color Harmonies of #A18385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18385

Black with #A18385

Text Example


Text Example

White with #A18385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18385; }

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

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

background-color css

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

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

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

border-color css

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

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

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