Html Css Color HEX #A27376 Turkish Rose

📋 copy color: '#A27376'

red 162 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #A27376

Tints of Turkish Rose #A27376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 41.01%
G = 29.11%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A27376 (or 0xA27376) is known color: Turkish Rose. HEX triplet: A2, 73 and 76. RGB value is (162,115,118). Sum of RGB (Red+Green+Blue) = 162+115+118=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A27376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27376 is #5D8C89. Grayscale: #818181. Windows color (decimal): -6130826 or 7762850. OLE color: 7762850.

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

Color convert

RGB 162 115 118 -
CMYK 0 0.29 0.27 0.36
HSL 356.17º 0.2% 0.54% -
HSV(B) 356.17º 0.29% 0.64% -
XYZ 24.3 21.25 19.96 -
YUV 129.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 162 115 118 0 0.29 0.27 0.36 356.17 0.2 0.54
Hex A2 73 76 0 1D 1B 24 164 14 36
Octal 242 163 166 0 35 33 44 544 24 66
Binary 10100010 1110011 1110110 0 11101 11011 100100 101100100 10100 110110

Color Harmonies of #A27376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27376

Black with #A27376

Text Example


Text Example

White with #A27376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27376; }

 p { color: rgb(162,115,118); }

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

background-color css

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

 a { background-color: rgb(162,115,118); }

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

border-color css

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

 span { border-color: rgb(162,115,118); }

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