Html Css Color HEX #A8797B Turkish Rose

📋 copy color: '#A8797B'

red 168 ◦ green 121 ◦ blue 123

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

Shades of Turkish Rose #A8797B

Tints of Turkish Rose #A8797B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

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

R = 40.78%
G = 29.37%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8797B (or 0xA8797B) is known color: Turkish Rose. HEX triplet: A8, 79 and 7B. RGB value is (168,121,123). Sum of RGB (Red+Green+Blue) = 168+121+123=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8797B is #578684. Grayscale: #878787. Windows color (decimal): -5736069 or 8092072. OLE color: 8092072.

HSL color Cylindrical-coordinate representation of color #A8797B: hue angle of 357.45º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8797B is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 121 123 -
CMYK 0 0.28 0.27 0.34
HSL 357.45º 0.21% 0.57% -
HSV(B) 357.45º 0.28% 0.66% -
XYZ 26.56 23.43 21.86 -
YUV 135.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 168 121 123 0 0.28 0.27 0.34 357.45 0.21 0.57
Hex A8 79 7B 0 1C 1B 22 165 15 39
Octal 250 171 173 0 34 33 42 545 25 71
Binary 10101000 1111001 1111011 0 11100 11011 100010 101100101 10101 111001

Color Harmonies of #A8797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8797B

Black with #A8797B

Text Example


Text Example

White with #A8797B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8797B; }

 p { color: rgb(168,121,123); }

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

background-color css

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

 a { background-color: rgb(168,121,123); }

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

border-color css

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

 span { border-color: rgb(168,121,123); }

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