Html Css Color HEX #A4707E Turkish Rose

📋 copy color: '#A4707E'

red 164 ◦ green 112 ◦ blue 126

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

Shades of Turkish Rose #A4707E

Tints of Turkish Rose #A4707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.34%

R = 40.8%
G = 27.86%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4707E (or 0xA4707E) is known color: Turkish Rose. HEX triplet: A4, 70 and 7E. RGB value is (164,112,126). Sum of RGB (Red+Green+Blue) = 164+112+126=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4707E is #5B8F81. Grayscale: #818181. Windows color (decimal): -6000514 or 8286372. OLE color: 8286372.

HSL color Cylindrical-coordinate representation of color #A4707E: hue angle of 343.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4707E is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 126 -
CMYK 0 0.32 0.23 0.36
HSL 343.85º 0.22% 0.54% -
HSV(B) 343.85º 0.32% 0.64% -
XYZ 24.87 20.99 22.48 -
YUV 129.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 164 112 126 0 0.32 0.23 0.36 343.85 0.22 0.54
Hex A4 70 7E 0 20 17 24 158 16 36
Octal 244 160 176 0 40 27 44 530 26 66
Binary 10100100 1110000 1111110 0 100000 10111 100100 101011000 10110 110110

Color Harmonies of #A4707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4707E

Black with #A4707E

Text Example


Text Example

White with #A4707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4707E; }

 p { color: rgb(164,112,126); }

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

background-color css

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

 a { background-color: rgb(164,112,126); }

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

border-color css

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

 span { border-color: rgb(164,112,126); }

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