Html Css Color HEX #A4626E Turkish Rose

📋 copy color: '#A4626E'

red 164 ◦ green 98 ◦ blue 110

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

Shades of Turkish Rose #A4626E

Tints of Turkish Rose #A4626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 44.09%
G = 26.34%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4626E (or 0xA4626E) is known color: Turkish Rose. HEX triplet: A4, 62 and 6E. RGB value is (164,98,110). Sum of RGB (Red+Green+Blue) = 164+98+110=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4626E is #5B9D91. Grayscale: #777777. Windows color (decimal): -6004114 or 7234212. OLE color: 7234212.

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

Color convert

RGB 164 98 110 -
CMYK 0 0.40 0.33 0.36
HSL 349.09º 0.27% 0.51% -
HSV(B) 349.09º 0.4% 0.64% -
XYZ 22.49 17.75 16.99 -
YUV 119.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 164 98 110 0 0.40 0.33 0.36 349.09 0.27 0.51
Hex A4 62 6E 0 28 21 24 15D 1B 33
Octal 244 142 156 0 50 41 44 535 33 63
Binary 10100100 1100010 1101110 0 101000 100001 100100 101011101 11011 110011

Color Harmonies of #A4626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4626E

Black with #A4626E

Text Example


Text Example

White with #A4626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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