Html Css Color HEX #AB6768 Turkish Rose

📋 copy color: '#AB6768'

red 171 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #AB6768

Tints of Turkish Rose #AB6768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 104 (41.02% from 255) = 27.51%

R = 45.24%
G = 27.25%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB6768 (or 0xAB6768) is known color: Turkish Rose. HEX triplet: AB, 67 and 68. RGB value is (171,103,104). Sum of RGB (Red+Green+Blue) = 171+103+104=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6768 is #549897. Grayscale: #7B7B7B. Windows color (decimal): -5544088 or 6842283. OLE color: 6842283.

HSL color Cylindrical-coordinate representation of color #AB6768: hue angle of 359.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6768 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 103 104 -
CMYK 0 0.40 0.39 0.33
HSL 359.12º 0.29% 0.54% -
HSV(B) 359.12º 0.4% 0.67% -
XYZ 24.14 19.36 15.56 -
YUV 123.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 171 103 104 0 0.40 0.39 0.33 359.12 0.29 0.54
Hex AB 67 68 0 28 27 21 167 1D 36
Octal 253 147 150 0 50 47 41 547 35 66
Binary 10101011 1100111 1101000 0 101000 100111 100001 101100111 11101 110110

Color Harmonies of #AB6768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6768

Black with #AB6768

Text Example


Text Example

White with #AB6768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6768; }

 p { color: rgb(171,103,104); }

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

background-color css

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

 a { background-color: rgb(171,103,104); }

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

border-color css

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

 span { border-color: rgb(171,103,104); }

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