Html Css Color HEX #AB747A Turkish Rose

📋 copy color: '#AB747A'

red 171 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #AB747A

Tints of Turkish Rose #AB747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 41.81%
G = 28.36%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB747A (or 0xAB747A) is known color: Turkish Rose. HEX triplet: AB, 74 and 7A. RGB value is (171,116,122). Sum of RGB (Red+Green+Blue) = 171+116+122=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB747A is #548B85. Grayscale: #858585. Windows color (decimal): -5540742 or 8025259. OLE color: 8025259.

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

Color convert

RGB 171 116 122 -
CMYK 0 0.32 0.29 0.33
HSL 353.45º 0.25% 0.56% -
HSV(B) 353.45º 0.32% 0.67% -
XYZ 26.55 22.55 21.37 -
YUV 133.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 171 116 122 0 0.32 0.29 0.33 353.45 0.25 0.56
Hex AB 74 7A 0 20 1D 21 161 19 38
Octal 253 164 172 0 40 35 41 541 31 70
Binary 10101011 1110100 1111010 0 100000 11101 100001 101100001 11001 111000

Color Harmonies of #AB747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB747A

Black with #AB747A

Text Example


Text Example

White with #AB747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB747A; }

 p { color: rgb(171,116,122); }

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

background-color css

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

 a { background-color: rgb(171,116,122); }

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

border-color css

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

 span { border-color: rgb(171,116,122); }

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