Html Css Color HEX #A45F70 Turkish Rose

📋 copy color: '#A45F70'

red 164 ◦ green 95 ◦ blue 112

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

Shades of Turkish Rose #A45F70

Tints of Turkish Rose #A45F70

RGB

 RED value IS 164 (64.45% from 255) = 44.2%

 GREEN value IS 95 (37.5% from 255) = 25.61%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 44.2%
G = 25.61%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A45F70 (or 0xA45F70) is known color: Turkish Rose. HEX triplet: A4, 5F and 70. RGB value is (164,95,112). Sum of RGB (Red+Green+Blue) = 164+95+112=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F70 is #5BA08F. Grayscale: #757575. Windows color (decimal): -6004880 or 7364516. OLE color: 7364516.

HSL color Cylindrical-coordinate representation of color #A45F70: hue angle of 345.22º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45F70 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 95 112 -
CMYK 0 0.42 0.32 0.36
HSL 345.22º 0.27% 0.51% -
HSV(B) 345.22º 0.42% 0.64% -
XYZ 22.33 17.25 17.48 -
YUV 117.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 164 95 112 0 0.42 0.32 0.36 345.22 0.27 0.51
Hex A4 5F 70 0 2A 20 24 159 1B 33
Octal 244 137 160 0 52 40 44 531 33 63
Binary 10100100 1011111 1110000 0 101010 100000 100100 101011001 11011 110011

Color Harmonies of #A45F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F70

Black with #A45F70

Text Example


Text Example

White with #A45F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F70; }

 p { color: rgb(164,95,112); }

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

background-color css

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

 a { background-color: rgb(164,95,112); }

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

border-color css

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

 span { border-color: rgb(164,95,112); }

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