Html Css Color HEX #A45F6F Turkish Rose

📋 copy color: '#A45F6F'

red 164 ◦ green 95 ◦ blue 111

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

Shades of Turkish Rose #A45F6F

Tints of Turkish Rose #A45F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 44.32%
G = 25.68%
B = 30%

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

#A45F6F (or 0xA45F6F) is known color: Turkish Rose. HEX triplet: A4, 5F and 6F. RGB value is (164,95,111). Sum of RGB (Red+Green+Blue) = 164+95+111=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F6F is #5BA090. Grayscale: #757575. Windows color (decimal): -6004881 or 7298980. OLE color: 7298980.

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

Color convert

RGB 164 95 111 -
CMYK 0 0.42 0.32 0.36
HSL 346.09º 0.27% 0.51% -
HSV(B) 346.09º 0.42% 0.64% -
XYZ 22.27 17.22 17.19 -
YUV 117.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 164 95 111 0 0.42 0.32 0.36 346.09 0.27 0.51
Hex A4 5F 6F 0 2A 20 24 15A 1B 33
Octal 244 137 157 0 52 40 44 532 33 63
Binary 10100100 1011111 1101111 0 101010 100000 100100 101011010 11011 110011

Color Harmonies of #A45F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F6F

Black with #A45F6F

Text Example


Text Example

White with #A45F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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