Html Css Color HEX #A8777C Turkish Rose

📋 copy color: '#A8777C'

red 168 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #A8777C

Tints of Turkish Rose #A8777C

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

 GREEN value IS 119 (46.88% from 255) = 28.95%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 40.88%
G = 28.95%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8777C (or 0xA8777C) is known color: Turkish Rose. HEX triplet: A8, 77 and 7C. RGB value is (168,119,124). Sum of RGB (Red+Green+Blue) = 168+119+124=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8777C is #578883. Grayscale: #868686. Windows color (decimal): -5736580 or 8157096. OLE color: 8157096.

HSL color Cylindrical-coordinate representation of color #A8777C: hue angle of 353.88º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8777C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 119 124 -
CMYK 0 0.29 0.26 0.34
HSL 353.88º 0.22% 0.56% -
HSV(B) 353.88º 0.29% 0.66% -
XYZ 26.38 22.97 22.11 -
YUV 134.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 168 119 124 0 0.29 0.26 0.34 353.88 0.22 0.56
Hex A8 77 7C 0 1D 1A 22 162 16 38
Octal 250 167 174 0 35 32 42 542 26 70
Binary 10101000 1110111 1111100 0 11101 11010 100010 101100010 10110 111000

Color Harmonies of #A8777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8777C

Black with #A8777C

Text Example


Text Example

White with #A8777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8777C; }

 p { color: rgb(168,119,124); }

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

background-color css

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

 a { background-color: rgb(168,119,124); }

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

border-color css

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

 span { border-color: rgb(168,119,124); }

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