Html Css Color HEX #AB6062 Turkish Rose

📋 copy color: '#AB6062'

red 171 ◦ green 96 ◦ blue 98

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

Shades of Turkish Rose #AB6062

Tints of Turkish Rose #AB6062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 46.85%
G = 26.3%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB6062 (or 0xAB6062) is known color: Turkish Rose. HEX triplet: AB, 60 and 62. RGB value is (171,96,98). Sum of RGB (Red+Green+Blue) = 171+96+98=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6062 is #549F9D. Grayscale: #767676. Windows color (decimal): -5545886 or 6447275. OLE color: 6447275.

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

Color convert

RGB 171 96 98 -
CMYK 0 0.44 0.43 0.33
HSL 358.4º 0.31% 0.52% -
HSV(B) 358.4º 0.44% 0.67% -
XYZ 23.18 17.91 13.79 -
YUV 118.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 171 96 98 0 0.44 0.43 0.33 358.4 0.31 0.52
Hex AB 60 62 0 2C 2B 21 166 1F 34
Octal 253 140 142 0 54 53 41 546 37 64
Binary 10101011 1100000 1100010 0 101100 101011 100001 101100110 11111 110100

Color Harmonies of #AB6062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6062

Black with #AB6062

Text Example


Text Example

White with #AB6062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6062; }

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

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

background-color css

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

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

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

border-color css

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

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

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