Html Css Color HEX #A27E7F Turkish Rose

📋 copy color: '#A27E7F'

red 162 ◦ green 126 ◦ blue 127

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

Shades of Turkish Rose #A27E7F

Tints of Turkish Rose #A27E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.6%

R = 39.04%
G = 30.36%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A27E7F (or 0xA27E7F) is known color: Turkish Rose. HEX triplet: A2, 7E and 7F. RGB value is (162,126,127). Sum of RGB (Red+Green+Blue) = 162+126+127=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E7F is #5D8180. Grayscale: #888888. Windows color (decimal): -6128001 or 8355490. OLE color: 8355490.

HSL color Cylindrical-coordinate representation of color #A27E7F: hue angle of 358.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 #A27E7F is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 126 127 -
CMYK 0 0.22 0.22 0.36
HSL 358.33º 0.16% 0.56% -
HSV(B) 358.33º 0.22% 0.64% -
XYZ 26.19 24.14 23.36 -
YUV 136.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 162 126 127 0 0.22 0.22 0.36 358.33 0.16 0.56
Hex A2 7E 7F 0 16 16 24 166 10 38
Octal 242 176 177 0 26 26 44 546 20 70
Binary 10100010 1111110 1111111 0 10110 10110 100100 101100110 10000 111000

Color Harmonies of #A27E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E7F

Black with #A27E7F

Text Example


Text Example

White with #A27E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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