Html Css Color HEX #AB767B Turkish Rose

📋 copy color: '#AB767B'

red 171 ◦ green 118 ◦ blue 123

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

Shades of Turkish Rose #AB767B

Tints of Turkish Rose #AB767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.64%

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

R = 41.5%
G = 28.64%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB767B (or 0xAB767B) is known color: Turkish Rose. HEX triplet: AB, 76 and 7B. RGB value is (171,118,123). Sum of RGB (Red+Green+Blue) = 171+118+123=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB767B is #548984. Grayscale: #868686. Windows color (decimal): -5540229 or 8091307. OLE color: 8091307.

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

Color convert

RGB 171 118 123 -
CMYK 0 0.31 0.28 0.33
HSL 354.34º 0.24% 0.57% -
HSV(B) 354.34º 0.31% 0.67% -
XYZ 26.85 23.04 21.77 -
YUV 134.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 171 118 123 0 0.31 0.28 0.33 354.34 0.24 0.57
Hex AB 76 7B 0 1F 1C 21 162 18 39
Octal 253 166 173 0 37 34 41 542 30 71
Binary 10101011 1110110 1111011 0 11111 11100 100001 101100010 11000 111001

Color Harmonies of #AB767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB767B

Black with #AB767B

Text Example


Text Example

White with #AB767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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