Html Css Color HEX #AB6365 Turkish Rose

📋 copy color: '#AB6365'

red 171 ◦ green 99 ◦ blue 101

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

Shades of Turkish Rose #AB6365

Tints of Turkish Rose #AB6365

RGB

 RED value IS 171 (67.19% from 255) = 46.09%

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 46.09%
G = 26.68%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB6365 (or 0xAB6365) is known color: Turkish Rose. HEX triplet: AB, 63 and 65. RGB value is (171,99,101). Sum of RGB (Red+Green+Blue) = 171+99+101=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6365 is #549C9A. Grayscale: #787878. Windows color (decimal): -5545115 or 6644651. OLE color: 6644651.

HSL color Cylindrical-coordinate representation of color #AB6365: hue angle of 358.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6365 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 99 101 -
CMYK 0 0.42 0.41 0.33
HSL 358.33º 0.3% 0.53% -
HSV(B) 358.33º 0.42% 0.67% -
XYZ 23.61 18.52 14.64 -
YUV 120.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 171 99 101 0 0.42 0.41 0.33 358.33 0.3 0.53
Hex AB 63 65 0 2A 29 21 166 1E 35
Octal 253 143 145 0 52 51 41 546 36 65
Binary 10101011 1100011 1100101 0 101010 101001 100001 101100110 11110 110101

Color Harmonies of #AB6365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6365

Black with #AB6365

Text Example


Text Example

White with #AB6365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6365; }

 p { color: rgb(171,99,101); }

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

background-color css

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

 a { background-color: rgb(171,99,101); }

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

border-color css

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

 span { border-color: rgb(171,99,101); }

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