Html Css Color HEX #A7747D Turkish Rose

📋 copy color: '#A7747D'

red 167 ◦ green 116 ◦ blue 125

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

Shades of Turkish Rose #A7747D

Tints of Turkish Rose #A7747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.43%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 40.93%
G = 28.43%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7747D (or 0xA7747D) is known color: Turkish Rose. HEX triplet: A7, 74 and 7D. RGB value is (167,116,125). Sum of RGB (Red+Green+Blue) = 167+116+125=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7747D is #588B82. Grayscale: #848484. Windows color (decimal): -5802883 or 8221863. OLE color: 8221863.

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

Color convert

RGB 167 116 125 -
CMYK 0 0.31 0.25 0.35
HSL 349.41º 0.22% 0.55% -
HSV(B) 349.41º 0.31% 0.65% -
XYZ 25.88 22.19 22.32 -
YUV 132.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 167 116 125 0 0.31 0.25 0.35 349.41 0.22 0.55
Hex A7 74 7D 0 1F 19 23 15D 16 37
Octal 247 164 175 0 37 31 43 535 26 67
Binary 10100111 1110100 1111101 0 11111 11001 100011 101011101 10110 110111

Color Harmonies of #A7747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7747D

Black with #A7747D

Text Example


Text Example

White with #A7747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7747D; }

 p { color: rgb(167,116,125); }

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

background-color css

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

 a { background-color: rgb(167,116,125); }

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

border-color css

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

 span { border-color: rgb(167,116,125); }

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