Html Css Color HEX #A45F61 Turkish Rose

📋 copy color: '#A45F61'

red 164 ◦ green 95 ◦ blue 97

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

Shades of Turkish Rose #A45F61

Tints of Turkish Rose #A45F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 46.07%
G = 26.69%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A45F61 (or 0xA45F61) is known color: Turkish Rose. HEX triplet: A4, 5F and 61. RGB value is (164,95,97). Sum of RGB (Red+Green+Blue) = 164+95+97=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F61 is #5BA09E. Grayscale: #737373. Windows color (decimal): -6004895 or 6381476. OLE color: 6381476.

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

Color convert

RGB 164 95 97 -
CMYK 0 0.42 0.41 0.36
HSL 358.26º 0.27% 0.51% -
HSV(B) 358.26º 0.42% 0.64% -
XYZ 21.56 16.94 13.44 -
YUV 115.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 164 95 97 0 0.42 0.41 0.36 358.26 0.27 0.51
Hex A4 5F 61 0 2A 29 24 166 1B 33
Octal 244 137 141 0 52 51 44 546 33 63
Binary 10100100 1011111 1100001 0 101010 101001 100100 101100110 11011 110011

Color Harmonies of #A45F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F61

Black with #A45F61

Text Example


Text Example

White with #A45F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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