Html Css Color HEX #A17378 Turkish Rose

📋 copy color: '#A17378'

red 161 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #A17378

Tints of Turkish Rose #A17378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 40.66%
G = 29.04%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A17378 (or 0xA17378) is known color: Turkish Rose. HEX triplet: A1, 73 and 78. RGB value is (161,115,120). Sum of RGB (Red+Green+Blue) = 161+115+120=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A17378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17378 is #5E8C87. Grayscale: #818181. Windows color (decimal): -6196360 or 7893921. OLE color: 7893921.

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

Color convert

RGB 161 115 120 -
CMYK 0 0.29 0.25 0.37
HSL 353.48º 0.2% 0.54% -
HSV(B) 353.48º 0.29% 0.63% -
XYZ 24.22 21.19 20.58 -
YUV 129.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 161 115 120 0 0.29 0.25 0.37 353.48 0.2 0.54
Hex A1 73 78 0 1D 19 25 161 14 36
Octal 241 163 170 0 35 31 45 541 24 66
Binary 10100001 1110011 1111000 0 11101 11001 100101 101100001 10100 110110

Color Harmonies of #A17378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17378

Black with #A17378

Text Example


Text Example

White with #A17378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17378; }

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

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

background-color css

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

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

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

border-color css

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

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

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