Html Css Color HEX #A56174 Turkish Rose

📋 copy color: '#A56174'

red 165 ◦ green 97 ◦ blue 116

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

Shades of Turkish Rose #A56174

Tints of Turkish Rose #A56174

RGB

 RED value IS 165 (64.84% from 255) = 43.65%

 GREEN value IS 97 (38.28% from 255) = 25.66%

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

R = 43.65%
G = 25.66%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A56174 (or 0xA56174) is known color: Turkish Rose. HEX triplet: A5, 61 and 74. RGB value is (165,97,116). Sum of RGB (Red+Green+Blue) = 165+97+116=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A56174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56174 is #5A9E8B. Grayscale: #777777. Windows color (decimal): -5938828 or 7627173. OLE color: 7627173.

HSL color Cylindrical-coordinate representation of color #A56174: hue angle of 343.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56174 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 97 116 -
CMYK 0 0.41 0.30 0.35
HSL 343.24º 0.27% 0.51% -
HSV(B) 343.24º 0.41% 0.65% -
XYZ 22.94 17.81 18.75 -
YUV 119.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 165 97 116 0 0.41 0.30 0.35 343.24 0.27 0.51
Hex A5 61 74 0 29 1E 23 157 1B 33
Octal 245 141 164 0 51 36 43 527 33 63
Binary 10100101 1100001 1110100 0 101001 11110 100011 101010111 11011 110011

Color Harmonies of #A56174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56174

Black with #A56174

Text Example


Text Example

White with #A56174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56174; }

 p { color: rgb(165,97,116); }

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

background-color css

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

 a { background-color: rgb(165,97,116); }

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

border-color css

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

 span { border-color: rgb(165,97,116); }

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