Html Css Color HEX #A2878A Turkish Rose

📋 copy color: '#A2878A'

red 162 ◦ green 135 ◦ blue 138

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

Shades of Turkish Rose #A2878A

Tints of Turkish Rose #A2878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

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

R = 37.24%
G = 31.03%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2878A (or 0xA2878A) is known color: Turkish Rose. HEX triplet: A2, 87 and 8A. RGB value is (162,135,138). Sum of RGB (Red+Green+Blue) = 162+135+138=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A2878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2878A is #5D7875. Grayscale: #8F8F8F. Windows color (decimal): -6125686 or 9078690. OLE color: 9078690.

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

Color convert

RGB 162 135 138 -
CMYK 0 0.17 0.15 0.36
HSL 353.33º 0.13% 0.58% -
HSV(B) 353.33º 0.17% 0.64% -
XYZ 28.15 26.84 27.74 -
YUV 143.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 162 135 138 0 0.17 0.15 0.36 353.33 0.13 0.58
Hex A2 87 8A 0 11 F 24 161 D 3A
Octal 242 207 212 0 21 17 44 541 15 72
Binary 10100010 10000111 10001010 0 10001 1111 100100 101100001 1101 111010

Color Harmonies of #A2878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2878A

Black with #A2878A

Text Example


Text Example

White with #A2878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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