Html Css Color HEX #A4767E Turkish Rose

📋 copy color: '#A4767E'

red 164 ◦ green 118 ◦ blue 126

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

Shades of Turkish Rose #A4767E

Tints of Turkish Rose #A4767E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.92%

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

R = 40.2%
G = 28.92%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4767E (or 0xA4767E) is known color: Turkish Rose. HEX triplet: A4, 76 and 7E. RGB value is (164,118,126). Sum of RGB (Red+Green+Blue) = 164+118+126=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4767E is #5B8981. Grayscale: #848484. Windows color (decimal): -5998978 or 8287908. OLE color: 8287908.

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

Color convert

RGB 164 118 126 -
CMYK 0 0.28 0.23 0.36
HSL 349.57º 0.2% 0.55% -
HSV(B) 349.57º 0.28% 0.64% -
XYZ 25.55 22.36 22.71 -
YUV 132.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 164 118 126 0 0.28 0.23 0.36 349.57 0.2 0.55
Hex A4 76 7E 0 1C 17 24 15E 14 37
Octal 244 166 176 0 34 27 44 536 24 67
Binary 10100100 1110110 1111110 0 11100 10111 100100 101011110 10100 110111

Color Harmonies of #A4767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4767E

Black with #A4767E

Text Example


Text Example

White with #A4767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4767E; }

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

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

background-color css

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

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

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

border-color css

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

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

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