Html Css Color HEX #A7707A Turkish Rose

📋 copy color: '#A7707A'

red 167 ◦ green 112 ◦ blue 122

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

Shades of Turkish Rose #A7707A

Tints of Turkish Rose #A7707A

RGB

 RED value IS 167 (65.63% from 255) = 41.65%

 GREEN value IS 112 (44.14% from 255) = 27.93%

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

R = 41.65%
G = 27.93%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A7707A (or 0xA7707A) is known color: Turkish Rose. HEX triplet: A7, 70 and 7A. RGB value is (167,112,122). Sum of RGB (Red+Green+Blue) = 167+112+122=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A7707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7707A is #588F85. Grayscale: #818181. Windows color (decimal): -5803910 or 8024231. OLE color: 8024231.

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

Color convert

RGB 167 112 122 -
CMYK 0 0.33 0.27 0.35
HSL 349.09º 0.24% 0.55% -
HSV(B) 349.09º 0.33% 0.65% -
XYZ 25.24 21.21 21.18 -
YUV 129.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 167 112 122 0 0.33 0.27 0.35 349.09 0.24 0.55
Hex A7 70 7A 0 21 1B 23 15D 18 37
Octal 247 160 172 0 41 33 43 535 30 67
Binary 10100111 1110000 1111010 0 100001 11011 100011 101011101 11000 110111

Color Harmonies of #A7707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7707A

Black with #A7707A

Text Example


Text Example

White with #A7707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7707A; }

 p { color: rgb(167,112,122); }

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

background-color css

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

 a { background-color: rgb(167,112,122); }

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

border-color css

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

 span { border-color: rgb(167,112,122); }

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