Html Css Color HEX #A4767D Turkish Rose

📋 copy color: '#A4767D'

red 164 ◦ green 118 ◦ blue 125

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

Shades of Turkish Rose #A4767D

Tints of Turkish Rose #A4767D

RGB

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

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

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

R = 40.29%
G = 28.99%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4767D (or 0xA4767D) is known color: Turkish Rose. HEX triplet: A4, 76 and 7D. RGB value is (164,118,125). Sum of RGB (Red+Green+Blue) = 164+118+125=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4767D is #5B8982. Grayscale: #848484. Windows color (decimal): -5998979 or 8222372. OLE color: 8222372.

HSL color Cylindrical-coordinate representation of color #A4767D: hue angle of 350.87º 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 #A4767D is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 125 -
CMYK 0 0.28 0.24 0.36
HSL 350.87º 0.2% 0.55% -
HSV(B) 350.87º 0.28% 0.64% -
XYZ 25.49 22.33 22.37 -
YUV 132.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 164 118 125 0 0.28 0.24 0.36 350.87 0.2 0.55
Hex A4 76 7D 0 1C 18 24 15F 14 37
Octal 244 166 175 0 34 30 44 537 24 67
Binary 10100100 1110110 1111101 0 11100 11000 100100 101011111 10100 110111

Color Harmonies of #A4767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4767D

Black with #A4767D

Text Example


Text Example

White with #A4767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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