Html Css Color HEX #A4697A Turkish Rose

📋 copy color: '#A4697A'

red 164 ◦ green 105 ◦ blue 122

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

Shades of Turkish Rose #A4697A

Tints of Turkish Rose #A4697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 41.94%
G = 26.85%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4697A (or 0xA4697A) is known color: Turkish Rose. HEX triplet: A4, 69 and 7A. RGB value is (164,105,122). Sum of RGB (Red+Green+Blue) = 164+105+122=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4697A is #5B9685. Grayscale: #7C7C7C. Windows color (decimal): -6002310 or 8022436. OLE color: 8022436.

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

Color convert

RGB 164 105 122 -
CMYK 0 0.36 0.26 0.36
HSL 342.71º 0.24% 0.53% -
HSV(B) 342.71º 0.36% 0.64% -
XYZ 23.87 19.4 20.9 -
YUV 124.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 164 105 122 0 0.36 0.26 0.36 342.71 0.24 0.53
Hex A4 69 7A 0 24 1A 24 157 18 35
Octal 244 151 172 0 44 32 44 527 30 65
Binary 10100100 1101001 1111010 0 100100 11010 100100 101010111 11000 110101

Color Harmonies of #A4697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4697A

Black with #A4697A

Text Example


Text Example

White with #A4697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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