Html Css Color HEX #A8757A Turkish Rose

📋 copy color: '#A8757A'

red 168 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #A8757A

Tints of Turkish Rose #A8757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.75%

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 41.28%
G = 28.75%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8757A (or 0xA8757A) is known color: Turkish Rose. HEX triplet: A8, 75 and 7A. RGB value is (168,117,122). Sum of RGB (Red+Green+Blue) = 168+117+122=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A8757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8757A is #578A85. Grayscale: #848484. Windows color (decimal): -5737094 or 8025512. OLE color: 8025512.

HSL color Cylindrical-coordinate representation of color #A8757A: hue angle of 354.12º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8757A is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 117 122 -
CMYK 0 0.30 0.27 0.34
HSL 354.12º 0.23% 0.56% -
HSV(B) 354.12º 0.3% 0.66% -
XYZ 26.02 22.45 21.37 -
YUV 132.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 168 117 122 0 0.30 0.27 0.34 354.12 0.23 0.56
Hex A8 75 7A 0 1E 1B 22 162 17 38
Octal 250 165 172 0 36 33 42 542 27 70
Binary 10101000 1110101 1111010 0 11110 11011 100010 101100010 10111 111000

Color Harmonies of #A8757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8757A

Black with #A8757A

Text Example


Text Example

White with #A8757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8757A; }

 p { color: rgb(168,117,122); }

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

background-color css

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

 a { background-color: rgb(168,117,122); }

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

border-color css

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

 span { border-color: rgb(168,117,122); }

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