Html Css Color HEX #A4696F Turkish Rose

📋 copy color: '#A4696F'

red 164 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #A4696F

Tints of Turkish Rose #A4696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.63%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 43.16%
G = 27.63%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4696F (or 0xA4696F) is known color: Turkish Rose. HEX triplet: A4, 69 and 6F. RGB value is (164,105,111). Sum of RGB (Red+Green+Blue) = 164+105+111=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A4696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4696F is #5B9690. Grayscale: #7B7B7B. Windows color (decimal): -6002321 or 7301540. OLE color: 7301540.

HSL color Cylindrical-coordinate representation of color #A4696F: hue angle of 353.9º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4696F is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 111 -
CMYK 0 0.36 0.32 0.36
HSL 353.9º 0.24% 0.53% -
HSV(B) 353.9º 0.36% 0.64% -
XYZ 23.23 19.14 17.51 -
YUV 123.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 164 105 111 0 0.36 0.32 0.36 353.9 0.24 0.53
Hex A4 69 6F 0 24 20 24 162 18 35
Octal 244 151 157 0 44 40 44 542 30 65
Binary 10100100 1101001 1101111 0 100100 100000 100100 101100010 11000 110101

Color Harmonies of #A4696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4696F

Black with #A4696F

Text Example


Text Example

White with #A4696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4696F; }

 p { color: rgb(164,105,111); }

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

background-color css

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

 a { background-color: rgb(164,105,111); }

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

border-color css

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

 span { border-color: rgb(164,105,111); }

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