Html Css Color HEX #A27172 Turkish Rose

📋 copy color: '#A27172'

red 162 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #A27172

Tints of Turkish Rose #A27172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 41.65%
G = 29.05%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A27172 (or 0xA27172) is known color: Turkish Rose. HEX triplet: A2, 71 and 72. RGB value is (162,113,114). Sum of RGB (Red+Green+Blue) = 162+113+114=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A27172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27172 is #5D8E8D. Grayscale: #7F7F7F. Windows color (decimal): -6131342 or 7500194. OLE color: 7500194.

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

Color convert

RGB 162 113 114 -
CMYK 0 0.30 0.30 0.36
HSL 358.78º 0.21% 0.54% -
HSV(B) 358.78º 0.3% 0.64% -
XYZ 23.84 20.71 18.66 -
YUV 127.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 162 113 114 0 0.30 0.30 0.36 358.78 0.21 0.54
Hex A2 71 72 0 1E 1E 24 167 15 36
Octal 242 161 162 0 36 36 44 547 25 66
Binary 10100010 1110001 1110010 0 11110 11110 100100 101100111 10101 110110

Color Harmonies of #A27172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27172

Black with #A27172

Text Example


Text Example

White with #A27172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27172; }

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

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

background-color css

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

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

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

border-color css

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

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

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