Html Css Color HEX #A27E85 Turkish Rose

📋 copy color: '#A27E85'

red 162 ◦ green 126 ◦ blue 133

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

Shades of Turkish Rose #A27E85

Tints of Turkish Rose #A27E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.93%

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 38.48%
G = 29.93%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A27E85 (or 0xA27E85) is known color: Turkish Rose. HEX triplet: A2, 7E and 85. RGB value is (162,126,133). Sum of RGB (Red+Green+Blue) = 162+126+133=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27E85 is #5D817A. Grayscale: #898989. Windows color (decimal): -6127995 or 8748706. OLE color: 8748706.

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

Color convert

RGB 162 126 133 -
CMYK 0 0.22 0.18 0.36
HSL 348.33º 0.16% 0.56% -
HSV(B) 348.33º 0.22% 0.64% -
XYZ 26.59 24.3 25.48 -
YUV 137.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 162 126 133 0 0.22 0.18 0.36 348.33 0.16 0.56
Hex A2 7E 85 0 16 12 24 15C 10 38
Octal 242 176 205 0 26 22 44 534 20 70
Binary 10100010 1111110 10000101 0 10110 10010 100100 101011100 10000 111000

Color Harmonies of #A27E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E85

Black with #A27E85

Text Example


Text Example

White with #A27E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E85; }

 p { color: rgb(162,126,133); }

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

background-color css

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

 a { background-color: rgb(162,126,133); }

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

border-color css

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

 span { border-color: rgb(162,126,133); }

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