Html Css Color HEX #A65E6A Turkish Rose

📋 copy color: '#A65E6A'

red 166 ◦ green 94 ◦ blue 106

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

Shades of Turkish Rose #A65E6A

Tints of Turkish Rose #A65E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.68%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 45.36%
G = 25.68%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A65E6A (or 0xA65E6A) is known color: Turkish Rose. HEX triplet: A6, 5E and 6A. RGB value is (166,94,106). Sum of RGB (Red+Green+Blue) = 166+94+106=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65E6A is #59A195. Grayscale: #747474. Windows color (decimal): -5874070 or 6971046. OLE color: 6971046.

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

Color convert

RGB 166 94 106 -
CMYK 0 0.43 0.36 0.35
HSL 350º 0.29% 0.51% -
HSV(B) 350º 0.43% 0.65% -
XYZ 22.33 17.15 15.77 -
YUV 116.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 166 94 106 0 0.43 0.36 0.35 350 0.29 0.51
Hex A6 5E 6A 0 2B 24 23 15E 1D 33
Octal 246 136 152 0 53 44 43 536 35 63
Binary 10100110 1011110 1101010 0 101011 100100 100011 101011110 11101 110011

Color Harmonies of #A65E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E6A

Black with #A65E6A

Text Example


Text Example

White with #A65E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E6A; }

 p { color: rgb(166,94,106); }

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

background-color css

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

 a { background-color: rgb(166,94,106); }

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

border-color css

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

 span { border-color: rgb(166,94,106); }

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