Html Css Color HEX #A27375 Turkish Rose

📋 copy color: '#A27375'

red 162 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #A27375

Tints of Turkish Rose #A27375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 41.12%
G = 29.19%
B = 29.7%

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

#A27375 (or 0xA27375) is known color: Turkish Rose. HEX triplet: A2, 73 and 75. RGB value is (162,115,117). Sum of RGB (Red+Green+Blue) = 162+115+117=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A27375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27375 is #5D8C8A. Grayscale: #818181. Windows color (decimal): -6130827 or 7697314. OLE color: 7697314.

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

Color convert

RGB 162 115 117 -
CMYK 0 0.29 0.28 0.36
HSL 357.45º 0.2% 0.54% -
HSV(B) 357.45º 0.29% 0.64% -
XYZ 24.24 21.23 19.65 -
YUV 129.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 162 115 117 0 0.29 0.28 0.36 357.45 0.2 0.54
Hex A2 73 75 0 1D 1C 24 165 14 36
Octal 242 163 165 0 35 34 44 545 24 66
Binary 10100010 1110011 1110101 0 11101 11100 100100 101100101 10100 110110

Color Harmonies of #A27375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27375

Black with #A27375

Text Example


Text Example

White with #A27375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27375; }

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

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

background-color css

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

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

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

border-color css

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

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

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