Html Css Color HEX #A2898B Turkish Rose

📋 copy color: '#A2898B'

red 162 ◦ green 137 ◦ blue 139

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

Shades of Turkish Rose #A2898B

Tints of Turkish Rose #A2898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.28%

 BLUE value IS 139 (54.69% from 255) = 31.74%

R = 36.99%
G = 31.28%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2898B (or 0xA2898B) is known color: Turkish Rose. HEX triplet: A2, 89 and 8B. RGB value is (162,137,139). Sum of RGB (Red+Green+Blue) = 162+137+139=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A2898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2898B is #5D7674. Grayscale: #909090. Windows color (decimal): -6125173 or 9144738. OLE color: 9144738.

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

Color convert

RGB 162 137 139 -
CMYK 0 0.15 0.14 0.36
HSL 355.2º 0.12% 0.59% -
HSV(B) 355.2º 0.15% 0.64% -
XYZ 28.51 27.44 28.22 -
YUV 144.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 162 137 139 0 0.15 0.14 0.36 355.2 0.12 0.59
Hex A2 89 8B 0 F E 24 163 C 3B
Octal 242 211 213 0 17 16 44 543 14 73
Binary 10100010 10001001 10001011 0 1111 1110 100100 101100011 1100 111011

Color Harmonies of #A2898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2898B

Black with #A2898B

Text Example


Text Example

White with #A2898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2898B; }

 p { color: rgb(162,137,139); }

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

background-color css

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

 a { background-color: rgb(162,137,139); }

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

border-color css

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

 span { border-color: rgb(162,137,139); }

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