Html Css Color HEX #A27277 Turkish Rose

📋 copy color: '#A27277'

red 162 ◦ green 114 ◦ blue 119

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

Shades of Turkish Rose #A27277

Tints of Turkish Rose #A27277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.86%

 BLUE value IS 119 (46.88% from 255) = 30.13%

R = 41.01%
G = 28.86%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A27277 (or 0xA27277) is known color: Turkish Rose. HEX triplet: A2, 72 and 77. RGB value is (162,114,119). Sum of RGB (Red+Green+Blue) = 162+114+119=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A27277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27277 is #5D8D88. Grayscale: #808080. Windows color (decimal): -6131081 or 7828130. OLE color: 7828130.

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

Color convert

RGB 162 114 119 -
CMYK 0 0.30 0.27 0.36
HSL 353.75º 0.21% 0.54% -
HSV(B) 353.75º 0.3% 0.64% -
XYZ 24.25 21.05 20.24 -
YUV 128.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 162 114 119 0 0.30 0.27 0.36 353.75 0.21 0.54
Hex A2 72 77 0 1E 1B 24 162 15 36
Octal 242 162 167 0 36 33 44 542 25 66
Binary 10100010 1110010 1110111 0 11110 11011 100100 101100010 10101 110110

Color Harmonies of #A27277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27277

Black with #A27277

Text Example


Text Example

White with #A27277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27277; }

 p { color: rgb(162,114,119); }

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

background-color css

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

 a { background-color: rgb(162,114,119); }

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

border-color css

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

 span { border-color: rgb(162,114,119); }

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