Html Css Color HEX #A2888A Turkish Rose

📋 copy color: '#A2888A'

red 162 ◦ green 136 ◦ blue 138

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

Shades of Turkish Rose #A2888A

Tints of Turkish Rose #A2888A

RGB

 RED value IS 162 (63.67% from 255) = 37.16%

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

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

R = 37.16%
G = 31.19%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2888A (or 0xA2888A) is known color: Turkish Rose. HEX triplet: A2, 88 and 8A. RGB value is (162,136,138). Sum of RGB (Red+Green+Blue) = 162+136+138=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A2888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2888A is #5D7775. Grayscale: #909090. Windows color (decimal): -6125430 or 9078946. OLE color: 9078946.

HSL color Cylindrical-coordinate representation of color #A2888A: hue angle of 355.38º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2888A is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 136 138 -
CMYK 0 0.16 0.15 0.36
HSL 355.38º 0.12% 0.58% -
HSV(B) 355.38º 0.16% 0.64% -
XYZ 28.29 27.12 27.79 -
YUV 144 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 162 136 138 0 0.16 0.15 0.36 355.38 0.12 0.58
Hex A2 88 8A 0 10 F 24 163 C 3A
Octal 242 210 212 0 20 17 44 543 14 72
Binary 10100010 10001000 10001010 0 10000 1111 100100 101100011 1100 111010

Color Harmonies of #A2888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2888A

Black with #A2888A

Text Example


Text Example

White with #A2888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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