Html Css Color HEX #A27174 Turkish Rose

📋 copy color: '#A27174'

red 162 ◦ green 113 ◦ blue 116

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

Shades of Turkish Rose #A27174

Tints of Turkish Rose #A27174

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 41.43%
G = 28.9%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A27174 (or 0xA27174) is known color: Turkish Rose. HEX triplet: A2, 71 and 74. RGB value is (162,113,116). Sum of RGB (Red+Green+Blue) = 162+113+116=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A27174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27174 is #5D8E8B. Grayscale: #808080. Windows color (decimal): -6131340 or 7631266. OLE color: 7631266.

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

Color convert

RGB 162 113 116 -
CMYK 0 0.30 0.28 0.36
HSL 356.33º 0.21% 0.54% -
HSV(B) 356.33º 0.3% 0.64% -
XYZ 23.96 20.75 19.27 -
YUV 127.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 162 113 116 0 0.30 0.28 0.36 356.33 0.21 0.54
Hex A2 71 74 0 1E 1C 24 164 15 36
Octal 242 161 164 0 36 34 44 544 25 66
Binary 10100010 1110001 1110100 0 11110 11100 100100 101100100 10101 110110

Color Harmonies of #A27174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27174

Black with #A27174

Text Example


Text Example

White with #A27174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27174; }

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

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

background-color css

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

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

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

border-color css

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

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

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