Html Css Color HEX #AB7678 Turkish Rose

📋 copy color: '#AB7678'

red 171 ◦ green 118 ◦ blue 120

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

Shades of Turkish Rose #AB7678

Tints of Turkish Rose #AB7678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 41.81%
G = 28.85%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB7678 (or 0xAB7678) is known color: Turkish Rose. HEX triplet: AB, 76 and 78. RGB value is (171,118,120). Sum of RGB (Red+Green+Blue) = 171+118+120=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7678 is #548987. Grayscale: #868686. Windows color (decimal): -5540232 or 7894699. OLE color: 7894699.

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

Color convert

RGB 171 118 120 -
CMYK 0 0.31 0.30 0.33
HSL 357.74º 0.24% 0.57% -
HSV(B) 357.74º 0.31% 0.67% -
XYZ 26.66 22.97 20.8 -
YUV 134.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 171 118 120 0 0.31 0.30 0.33 357.74 0.24 0.57
Hex AB 76 78 0 1F 1E 21 166 18 39
Octal 253 166 170 0 37 36 41 546 30 71
Binary 10101011 1110110 1111000 0 11111 11110 100001 101100110 11000 111001

Color Harmonies of #AB7678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7678

Black with #AB7678

Text Example


Text Example

White with #AB7678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7678; }

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

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

background-color css

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

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

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

border-color css

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

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

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