Html Css Color HEX #A0888A Turkish Rose

📋 copy color: '#A0888A'

red 160 ◦ green 136 ◦ blue 138

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

Shades of Turkish Rose #A0888A

Tints of Turkish Rose #A0888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.34%

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 36.87%
G = 31.34%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0888A (or 0xA0888A) is known color: Turkish Rose. HEX triplet: A0, 88 and 8A. RGB value is (160,136,138). Sum of RGB (Red+Green+Blue) = 160+136+138=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0888A is #5F7775. Grayscale: #8F8F8F. Windows color (decimal): -6256502 or 9078944. OLE color: 9078944.

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

Color convert

RGB 160 136 138 -
CMYK 0 0.15 0.14 0.37
HSL 355º 0.11% 0.58% -
HSV(B) 355º 0.15% 0.63% -
XYZ 27.89 26.92 27.77 -
YUV 143.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 160 136 138 0 0.15 0.14 0.37 355 0.11 0.58
Hex A0 88 8A 0 F E 25 163 B 3A
Octal 240 210 212 0 17 16 45 543 13 72
Binary 10100000 10001000 10001010 0 1111 1110 100101 101100011 1011 111010

Color Harmonies of #A0888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0888A

Black with #A0888A

Text Example


Text Example

White with #A0888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0888A; }

 p { color: rgb(160,136,138); }

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

background-color css

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

 a { background-color: rgb(160,136,138); }

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

border-color css

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

 span { border-color: rgb(160,136,138); }

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