Html Css Color HEX #AB626A Turkish Rose

📋 copy color: '#AB626A'

red 171 ◦ green 98 ◦ blue 106

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

Shades of Turkish Rose #AB626A

Tints of Turkish Rose #AB626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

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

R = 45.6%
G = 26.13%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB626A (or 0xAB626A) is known color: Turkish Rose. HEX triplet: AB, 62 and 6A. RGB value is (171,98,106). Sum of RGB (Red+Green+Blue) = 171+98+106=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB626A is #549D95. Grayscale: #787878. Windows color (decimal): -5545366 or 6972075. OLE color: 6972075.

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

Color convert

RGB 171 98 106 -
CMYK 0 0.43 0.38 0.33
HSL 353.42º 0.3% 0.53% -
HSV(B) 353.42º 0.43% 0.67% -
XYZ 23.76 18.43 15.94 -
YUV 120.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 171 98 106 0 0.43 0.38 0.33 353.42 0.3 0.53
Hex AB 62 6A 0 2B 26 21 161 1E 35
Octal 253 142 152 0 53 46 41 541 36 65
Binary 10101011 1100010 1101010 0 101011 100110 100001 101100001 11110 110101

Color Harmonies of #AB626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB626A

Black with #AB626A

Text Example


Text Example

White with #AB626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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