Html Css Color HEX #A27C80 Turkish Rose

📋 copy color: '#A27C80'

red 162 ◦ green 124 ◦ blue 128

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

Shades of Turkish Rose #A27C80

Tints of Turkish Rose #A27C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

 BLUE value IS 128 (50.39% from 255) = 30.92%

R = 39.13%
G = 29.95%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A27C80 (or 0xA27C80) is known color: Turkish Rose. HEX triplet: A2, 7C and 80. RGB value is (162,124,128). Sum of RGB (Red+Green+Blue) = 162+124+128=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C80 is #5D837F. Grayscale: #878787. Windows color (decimal): -6128512 or 8420514. OLE color: 8420514.

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

Color convert

RGB 162 124 128 -
CMYK 0 0.23 0.21 0.36
HSL 353.68º 0.17% 0.56% -
HSV(B) 353.68º 0.23% 0.64% -
XYZ 26 23.66 23.62 -
YUV 135.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 162 124 128 0 0.23 0.21 0.36 353.68 0.17 0.56
Hex A2 7C 80 0 17 15 24 162 11 38
Octal 242 174 200 0 27 25 44 542 21 70
Binary 10100010 1111100 10000000 0 10111 10101 100100 101100010 10001 111000

Color Harmonies of #A27C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C80

Black with #A27C80

Text Example


Text Example

White with #A27C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C80; }

 p { color: rgb(162,124,128); }

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

background-color css

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

 a { background-color: rgb(162,124,128); }

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

border-color css

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

 span { border-color: rgb(162,124,128); }

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