Html Css Color HEX #A17375 Turkish Rose

📋 copy color: '#A17375'

red 161 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #A17375

Tints of Turkish Rose #A17375

RGB

 RED value IS 161 (63.28% from 255) = 40.97%

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

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

R = 40.97%
G = 29.26%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A17375 (or 0xA17375) is known color: Turkish Rose. HEX triplet: A1, 73 and 75. RGB value is (161,115,117). Sum of RGB (Red+Green+Blue) = 161+115+117=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A17375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17375 is #5E8C8A. Grayscale: #818181. Windows color (decimal): -6196363 or 7697313. OLE color: 7697313.

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

Color convert

RGB 161 115 117 -
CMYK 0 0.29 0.27 0.37
HSL 357.39º 0.2% 0.54% -
HSV(B) 357.39º 0.29% 0.63% -
XYZ 24.04 21.12 19.64 -
YUV 128.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 161 115 117 0 0.29 0.27 0.37 357.39 0.2 0.54
Hex A1 73 75 0 1D 1B 25 165 14 36
Octal 241 163 165 0 35 33 45 545 24 66
Binary 10100001 1110011 1110101 0 11101 11011 100101 101100101 10100 110110

Color Harmonies of #A17375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17375

Black with #A17375

Text Example


Text Example

White with #A17375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17375; }

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

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

background-color css

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

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

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

border-color css

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

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

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