Html Css Color HEX #A2898A Turkish Rose

📋 copy color: '#A2898A'

red 162 ◦ green 137 ◦ blue 138

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

Shades of Turkish Rose #A2898A

Tints of Turkish Rose #A2898A

RGB

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

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

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

R = 37.07%
G = 31.35%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2898A (or 0xA2898A) is known color: Turkish Rose. HEX triplet: A2, 89 and 8A. RGB value is (162,137,138). Sum of RGB (Red+Green+Blue) = 162+137+138=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2898A is #5D7675. Grayscale: #909090. Windows color (decimal): -6125174 or 9079202. OLE color: 9079202.

HSL color Cylindrical-coordinate representation of color #A2898A: hue angle of 357.6º 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 #A2898A is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 137 138 -
CMYK 0 0.15 0.15 0.36
HSL 357.6º 0.12% 0.59% -
HSV(B) 357.6º 0.15% 0.64% -
XYZ 28.43 27.41 27.84 -
YUV 144.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 162 137 138 0 0.15 0.15 0.36 357.6 0.12 0.59
Hex A2 89 8A 0 F F 24 166 C 3B
Octal 242 211 212 0 17 17 44 546 14 73
Binary 10100010 10001001 10001010 0 1111 1111 100100 101100110 1100 111011

Color Harmonies of #A2898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2898A

Black with #A2898A

Text Example


Text Example

White with #A2898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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