Html Css Color HEX #AB6075 Turkish Rose

📋 copy color: '#AB6075'

red 171 ◦ green 96 ◦ blue 117

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

Shades of Turkish Rose #AB6075

Tints of Turkish Rose #AB6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25%

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 44.53%
G = 25%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB6075 (or 0xAB6075) is known color: Turkish Rose. HEX triplet: AB, 60 and 75. RGB value is (171,96,117). Sum of RGB (Red+Green+Blue) = 171+96+117=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6075 is #549F8A. Grayscale: #787878. Windows color (decimal): -5545867 or 7692459. OLE color: 7692459.

HSL color Cylindrical-coordinate representation of color #AB6075: hue angle of 343.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6075 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 117 -
CMYK 0 0.44 0.32 0.33
HSL 343.2º 0.31% 0.52% -
HSV(B) 343.2º 0.44% 0.67% -
XYZ 24.19 18.31 19.09 -
YUV 120.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 171 96 117 0 0.44 0.32 0.33 343.2 0.31 0.52
Hex AB 60 75 0 2C 20 21 157 1F 34
Octal 253 140 165 0 54 40 41 527 37 64
Binary 10101011 1100000 1110101 0 101100 100000 100001 101010111 11111 110100

Color Harmonies of #AB6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6075

Black with #AB6075

Text Example


Text Example

White with #AB6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6075; }

 p { color: rgb(171,96,117); }

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

background-color css

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

 a { background-color: rgb(171,96,117); }

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

border-color css

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

 span { border-color: rgb(171,96,117); }

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