Html Css Color HEX #A4696C Turkish Rose

📋 copy color: '#A4696C'

red 164 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #A4696C

Tints of Turkish Rose #A4696C

RGB

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

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

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

R = 43.5%
G = 27.85%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4696C (or 0xA4696C) is known color: Turkish Rose. HEX triplet: A4, 69 and 6C. RGB value is (164,105,108). Sum of RGB (Red+Green+Blue) = 164+105+108=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4696C is #5B9693. Grayscale: #7B7B7B. Windows color (decimal): -6002324 or 7104932. OLE color: 7104932.

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

Color convert

RGB 164 105 108 -
CMYK 0 0.36 0.34 0.36
HSL 356.95º 0.24% 0.53% -
HSV(B) 356.95º 0.36% 0.64% -
XYZ 23.07 19.08 16.65 -
YUV 122.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 164 105 108 0 0.36 0.34 0.36 356.95 0.24 0.53
Hex A4 69 6C 0 24 22 24 165 18 35
Octal 244 151 154 0 44 42 44 545 30 65
Binary 10100100 1101001 1101100 0 100100 100010 100100 101100101 11000 110101

Color Harmonies of #A4696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4696C

Black with #A4696C

Text Example


Text Example

White with #A4696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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