Html Css Color HEX #A45F65 Turkish Rose

📋 copy color: '#A45F65'

red 164 ◦ green 95 ◦ blue 101

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

Shades of Turkish Rose #A45F65

Tints of Turkish Rose #A45F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 45.56%
G = 26.39%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A45F65 (or 0xA45F65) is known color: Turkish Rose. HEX triplet: A4, 5F and 65. RGB value is (164,95,101). Sum of RGB (Red+Green+Blue) = 164+95+101=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F65 is #5BA09A. Grayscale: #747474. Windows color (decimal): -6004891 or 6643620. OLE color: 6643620.

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

Color convert

RGB 164 95 101 -
CMYK 0 0.42 0.38 0.36
HSL 354.78º 0.27% 0.51% -
HSV(B) 354.78º 0.42% 0.64% -
XYZ 21.75 17.02 14.45 -
YUV 116.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 164 95 101 0 0.42 0.38 0.36 354.78 0.27 0.51
Hex A4 5F 65 0 2A 26 24 163 1B 33
Octal 244 137 145 0 52 46 44 543 33 63
Binary 10100100 1011111 1100101 0 101010 100110 100100 101100011 11011 110011

Color Harmonies of #A45F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F65

Black with #A45F65

Text Example


Text Example

White with #A45F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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