Html Css Color HEX #A8727A Turkish Rose

📋 copy color: '#A8727A'

red 168 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #A8727A

Tints of Turkish Rose #A8727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 41.58%
G = 28.22%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8727A (or 0xA8727A) is known color: Turkish Rose. HEX triplet: A8, 72 and 7A. RGB value is (168,114,122). Sum of RGB (Red+Green+Blue) = 168+114+122=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A8727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8727A is #578D85. Grayscale: #838383. Windows color (decimal): -5737862 or 8024744. OLE color: 8024744.

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

Color convert

RGB 168 114 122 -
CMYK 0 0.32 0.27 0.34
HSL 351.11º 0.24% 0.55% -
HSV(B) 351.11º 0.32% 0.66% -
XYZ 25.68 21.76 21.26 -
YUV 131.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 168 114 122 0 0.32 0.27 0.34 351.11 0.24 0.55
Hex A8 72 7A 0 20 1B 22 15F 18 37
Octal 250 162 172 0 40 33 42 537 30 67
Binary 10101000 1110010 1111010 0 100000 11011 100010 101011111 11000 110111

Color Harmonies of #A8727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8727A

Black with #A8727A

Text Example


Text Example

White with #A8727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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