Html Css Color HEX #A27480 Turkish Rose

📋 copy color: '#A27480'

red 162 ◦ green 116 ◦ blue 128

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

Shades of Turkish Rose #A27480

Tints of Turkish Rose #A27480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

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

R = 39.9%
G = 28.57%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A27480 (or 0xA27480) is known color: Turkish Rose. HEX triplet: A2, 74 and 80. RGB value is (162,116,128). Sum of RGB (Red+Green+Blue) = 162+116+128=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A27480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27480 is #5D8B7F. Grayscale: #838383. Windows color (decimal): -6130560 or 8418466. OLE color: 8418466.

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

Color convert

RGB 162 116 128 -
CMYK 0 0.28 0.21 0.36
HSL 344.35º 0.2% 0.55% -
HSV(B) 344.35º 0.28% 0.64% -
XYZ 25.04 21.73 23.3 -
YUV 131.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 162 116 128 0 0.28 0.21 0.36 344.35 0.2 0.55
Hex A2 74 80 0 1C 15 24 158 14 37
Octal 242 164 200 0 34 25 44 530 24 67
Binary 10100010 1110100 10000000 0 11100 10101 100100 101011000 10100 110111

Color Harmonies of #A27480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27480

Black with #A27480

Text Example


Text Example

White with #A27480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27480; }

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

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

background-color css

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

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

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

border-color css

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

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

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