Html Css Color HEX #A4626D Turkish Rose

📋 copy color: '#A4626D'

red 164 ◦ green 98 ◦ blue 109

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

Shades of Turkish Rose #A4626D

Tints of Turkish Rose #A4626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 44.2%
G = 26.42%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4626D (or 0xA4626D) is known color: Turkish Rose. HEX triplet: A4, 62 and 6D. RGB value is (164,98,109). Sum of RGB (Red+Green+Blue) = 164+98+109=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4626D is #5B9D92. Grayscale: #777777. Windows color (decimal): -6004115 or 7168676. OLE color: 7168676.

HSL color Cylindrical-coordinate representation of color #A4626D: hue angle of 350º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4626D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 98 109 -
CMYK 0 0.40 0.34 0.36
HSL 350º 0.27% 0.51% -
HSV(B) 350º 0.4% 0.64% -
XYZ 22.44 17.73 16.71 -
YUV 118.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 164 98 109 0 0.40 0.34 0.36 350 0.27 0.51
Hex A4 62 6D 0 28 22 24 15E 1B 33
Octal 244 142 155 0 50 42 44 536 33 63
Binary 10100100 1100010 1101101 0 101000 100010 100100 101011110 11011 110011

Color Harmonies of #A4626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4626D

Black with #A4626D

Text Example


Text Example

White with #A4626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4626D; }

 p { color: rgb(164,98,109); }

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

background-color css

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

 a { background-color: rgb(164,98,109); }

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

border-color css

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

 span { border-color: rgb(164,98,109); }

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