Html Css Color HEX #A4606C Turkish Rose

📋 copy color: '#A4606C'

red 164 ◦ green 96 ◦ blue 108

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

Shades of Turkish Rose #A4606C

Tints of Turkish Rose #A4606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 44.57%
G = 26.09%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4606C (or 0xA4606C) is known color: Turkish Rose. HEX triplet: A4, 60 and 6C. RGB value is (164,96,108). Sum of RGB (Red+Green+Blue) = 164+96+108=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A4606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4606C is #5B9F93. Grayscale: #757575. Windows color (decimal): -6004628 or 7102628. OLE color: 7102628.

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

Color convert

RGB 164 96 108 -
CMYK 0 0.41 0.34 0.36
HSL 349.41º 0.27% 0.51% -
HSV(B) 349.41º 0.41% 0.64% -
XYZ 22.2 17.34 16.36 -
YUV 117.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 164 96 108 0 0.41 0.34 0.36 349.41 0.27 0.51
Hex A4 60 6C 0 29 22 24 15D 1B 33
Octal 244 140 154 0 51 42 44 535 33 63
Binary 10100100 1100000 1101100 0 101001 100010 100100 101011101 11011 110011

Color Harmonies of #A4606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4606C

Black with #A4606C

Text Example


Text Example

White with #A4606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4606C; }

 p { color: rgb(164,96,108); }

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

background-color css

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

 a { background-color: rgb(164,96,108); }

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

border-color css

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

 span { border-color: rgb(164,96,108); }

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