Html Css Color HEX #AB747B Turkish Rose

📋 copy color: '#AB747B'

red 171 ◦ green 116 ◦ blue 123

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

Shades of Turkish Rose #AB747B

Tints of Turkish Rose #AB747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30%

R = 41.71%
G = 28.29%
B = 30%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB747B (or 0xAB747B) is known color: Turkish Rose. HEX triplet: AB, 74 and 7B. RGB value is (171,116,123). Sum of RGB (Red+Green+Blue) = 171+116+123=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB747B is #548B84. Grayscale: #858585. Windows color (decimal): -5540741 or 8090795. OLE color: 8090795.

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

Color convert

RGB 171 116 123 -
CMYK 0 0.32 0.28 0.33
HSL 352.36º 0.25% 0.56% -
HSV(B) 352.36º 0.32% 0.67% -
XYZ 26.62 22.58 21.69 -
YUV 133.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 171 116 123 0 0.32 0.28 0.33 352.36 0.25 0.56
Hex AB 74 7B 0 20 1C 21 160 19 38
Octal 253 164 173 0 40 34 41 540 31 70
Binary 10101011 1110100 1111011 0 100000 11100 100001 101100000 11001 111000

Color Harmonies of #AB747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB747B

Black with #AB747B

Text Example


Text Example

White with #AB747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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