Html Css Color HEX #A65F74 Turkish Rose

📋 copy color: '#A65F74'

red 166 ◦ green 95 ◦ blue 116

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

Shades of Turkish Rose #A65F74

Tints of Turkish Rose #A65F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 44.03%
G = 25.2%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A65F74 (or 0xA65F74) is known color: Turkish Rose. HEX triplet: A6, 5F and 74. RGB value is (166,95,116). Sum of RGB (Red+Green+Blue) = 166+95+116=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F74 is #59A08B. Grayscale: #767676. Windows color (decimal): -5873804 or 7626662. OLE color: 7626662.

HSL color Cylindrical-coordinate representation of color #A65F74: hue angle of 342.25º 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 #A65F74 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 95 116 -
CMYK 0 0.43 0.30 0.35
HSL 342.25º 0.29% 0.51% -
HSV(B) 342.25º 0.43% 0.65% -
XYZ 22.97 17.55 18.7 -
YUV 118.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 166 95 116 0 0.43 0.30 0.35 342.25 0.29 0.51
Hex A6 5F 74 0 2B 1E 23 156 1D 33
Octal 246 137 164 0 53 36 43 526 35 63
Binary 10100110 1011111 1110100 0 101011 11110 100011 101010110 11101 110011

Color Harmonies of #A65F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F74

Black with #A65F74

Text Example


Text Example

White with #A65F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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