Html Css Color HEX #A4656A Turkish Rose

📋 copy color: '#A4656A'

red 164 ◦ green 101 ◦ blue 106

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

Shades of Turkish Rose #A4656A

Tints of Turkish Rose #A4656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 44.2%
G = 27.22%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4656A (or 0xA4656A) is known color: Turkish Rose. HEX triplet: A4, 65 and 6A. RGB value is (164,101,106). Sum of RGB (Red+Green+Blue) = 164+101+106=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4656A is #5B9A95. Grayscale: #787878. Windows color (decimal): -6003350 or 6972836. OLE color: 6972836.

HSL color Cylindrical-coordinate representation of color #A4656A: hue angle of 355.24º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4656A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 101 106 -
CMYK 0 0.38 0.35 0.36
HSL 355.24º 0.26% 0.52% -
HSV(B) 355.24º 0.38% 0.64% -
XYZ 22.57 18.24 15.97 -
YUV 120.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 164 101 106 0 0.38 0.35 0.36 355.24 0.26 0.52
Hex A4 65 6A 0 26 23 24 163 1A 34
Octal 244 145 152 0 46 43 44 543 32 64
Binary 10100100 1100101 1101010 0 100110 100011 100100 101100011 11010 110100

Color Harmonies of #A4656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4656A

Black with #A4656A

Text Example


Text Example

White with #A4656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4656A; }

 p { color: rgb(164,101,106); }

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

background-color css

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

 a { background-color: rgb(164,101,106); }

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

border-color css

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

 span { border-color: rgb(164,101,106); }

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