Html Css Color HEX #A4747D Turkish Rose

📋 copy color: '#A4747D'

red 164 ◦ green 116 ◦ blue 125

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

Shades of Turkish Rose #A4747D

Tints of Turkish Rose #A4747D

RGB

 RED value IS 164 (64.45% from 255) = 40.49%

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

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

R = 40.49%
G = 28.64%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4747D (or 0xA4747D) is known color: Turkish Rose. HEX triplet: A4, 74 and 7D. RGB value is (164,116,125). Sum of RGB (Red+Green+Blue) = 164+116+125=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4747D is #5B8B82. Grayscale: #838383. Windows color (decimal): -5999491 or 8221860. OLE color: 8221860.

HSL color Cylindrical-coordinate representation of color #A4747D: hue angle of 348.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4747D is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 125 -
CMYK 0 0.29 0.24 0.36
HSL 348.75º 0.21% 0.55% -
HSV(B) 348.75º 0.29% 0.64% -
XYZ 25.26 21.86 22.29 -
YUV 131.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 164 116 125 0 0.29 0.24 0.36 348.75 0.21 0.55
Hex A4 74 7D 0 1D 18 24 15D 15 37
Octal 244 164 175 0 35 30 44 535 25 67
Binary 10100100 1110100 1111101 0 11101 11000 100100 101011101 10101 110111

Color Harmonies of #A4747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4747D

Black with #A4747D

Text Example


Text Example

White with #A4747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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