Html Css Color HEX #A27680 Turkish Rose

📋 copy color: '#A27680'

red 162 ◦ green 118 ◦ blue 128

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

Shades of Turkish Rose #A27680

Tints of Turkish Rose #A27680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.92%

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

R = 39.71%
G = 28.92%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A27680 (or 0xA27680) is known color: Turkish Rose. HEX triplet: A2, 76 and 80. RGB value is (162,118,128). Sum of RGB (Red+Green+Blue) = 162+118+128=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A27680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27680 is #5D897F. Grayscale: #848484. Windows color (decimal): -6130048 or 8418978. OLE color: 8418978.

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

Color convert

RGB 162 118 128 -
CMYK 0 0.27 0.21 0.36
HSL 346.36º 0.19% 0.55% -
HSV(B) 346.36º 0.27% 0.64% -
XYZ 25.28 22.2 23.37 -
YUV 132.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 162 118 128 0 0.27 0.21 0.36 346.36 0.19 0.55
Hex A2 76 80 0 1B 15 24 15A 13 37
Octal 242 166 200 0 33 25 44 532 23 67
Binary 10100010 1110110 10000000 0 11011 10101 100100 101011010 10011 110111

Color Harmonies of #A27680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27680

Black with #A27680

Text Example


Text Example

White with #A27680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27680; }

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

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

background-color css

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

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

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

border-color css

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

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

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