Html Css Color HEX #A27374 Turkish Rose

📋 copy color: '#A27374'

red 162 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #A27374

Tints of Turkish Rose #A27374

RGB

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

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

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

R = 41.22%
G = 29.26%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A27374 (or 0xA27374) is known color: Turkish Rose. HEX triplet: A2, 73 and 74. RGB value is (162,115,116). Sum of RGB (Red+Green+Blue) = 162+115+116=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A27374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27374 is #5D8C8B. Grayscale: #818181. Windows color (decimal): -6130828 or 7631778. OLE color: 7631778.

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

Color convert

RGB 162 115 116 -
CMYK 0 0.29 0.28 0.36
HSL 358.72º 0.2% 0.54% -
HSV(B) 358.72º 0.29% 0.64% -
XYZ 24.18 21.2 19.34 -
YUV 129.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 162 115 116 0 0.29 0.28 0.36 358.72 0.2 0.54
Hex A2 73 74 0 1D 1C 24 167 14 36
Octal 242 163 164 0 35 34 44 547 24 66
Binary 10100010 1110011 1110100 0 11101 11100 100100 101100111 10100 110110

Color Harmonies of #A27374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27374

Black with #A27374

Text Example


Text Example

White with #A27374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27374; }

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

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

background-color css

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

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

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

border-color css

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

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

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