Html Css Color HEX #A65F73 Turkish Rose

📋 copy color: '#A65F73'

red 166 ◦ green 95 ◦ blue 115

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

Shades of Turkish Rose #A65F73

Tints of Turkish Rose #A65F73

RGB

 RED value IS 166 (65.23% from 255) = 44.15%

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

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 44.15%
G = 25.27%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A65F73 (or 0xA65F73) is known color: Turkish Rose. HEX triplet: A6, 5F and 73. RGB value is (166,95,115). Sum of RGB (Red+Green+Blue) = 166+95+115=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F73 is #59A08C. Grayscale: #767676. Windows color (decimal): -5873805 or 7561126. OLE color: 7561126.

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

Color convert

RGB 166 95 115 -
CMYK 0 0.43 0.31 0.35
HSL 343.1º 0.29% 0.51% -
HSV(B) 343.1º 0.43% 0.65% -
XYZ 22.91 17.53 18.4 -
YUV 118.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 166 95 115 0 0.43 0.31 0.35 343.1 0.29 0.51
Hex A6 5F 73 0 2B 1F 23 157 1D 33
Octal 246 137 163 0 53 37 43 527 35 63
Binary 10100110 1011111 1110011 0 101011 11111 100011 101010111 11101 110011

Color Harmonies of #A65F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F73

Black with #A65F73

Text Example


Text Example

White with #A65F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F73; }

 p { color: rgb(166,95,115); }

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

background-color css

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

 a { background-color: rgb(166,95,115); }

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

border-color css

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

 span { border-color: rgb(166,95,115); }

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