Html Css Color HEX #A27379 Turkish Rose

📋 copy color: '#A27379'

red 162 ◦ green 115 ◦ blue 121

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

Shades of Turkish Rose #A27379

Tints of Turkish Rose #A27379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 40.7%
G = 28.89%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A27379 (or 0xA27379) is known color: Turkish Rose. HEX triplet: A2, 73 and 79. RGB value is (162,115,121). Sum of RGB (Red+Green+Blue) = 162+115+121=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A27379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27379 is #5D8C86. Grayscale: #818181. Windows color (decimal): -6130823 or 7959458. OLE color: 7959458.

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

Color convert

RGB 162 115 121 -
CMYK 0 0.29 0.25 0.36
HSL 352.34º 0.2% 0.54% -
HSV(B) 352.34º 0.29% 0.64% -
XYZ 24.48 21.32 20.91 -
YUV 129.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 162 115 121 0 0.29 0.25 0.36 352.34 0.2 0.54
Hex A2 73 79 0 1D 19 24 160 14 36
Octal 242 163 171 0 35 31 44 540 24 66
Binary 10100010 1110011 1111001 0 11101 11001 100100 101100000 10100 110110

Color Harmonies of #A27379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27379

Black with #A27379

Text Example


Text Example

White with #A27379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27379; }

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

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

background-color css

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

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

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

border-color css

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

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

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