Html Css Color HEX #A4696B Turkish Rose

📋 copy color: '#A4696B'

red 164 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #A4696B

Tints of Turkish Rose #A4696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 43.62%
G = 27.93%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4696B (or 0xA4696B) is known color: Turkish Rose. HEX triplet: A4, 69 and 6B. RGB value is (164,105,107). Sum of RGB (Red+Green+Blue) = 164+105+107=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4696B is #5B9694. Grayscale: #7A7A7A. Windows color (decimal): -6002325 or 7039396. OLE color: 7039396.

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

Color convert

RGB 164 105 107 -
CMYK 0 0.36 0.35 0.36
HSL 357.97º 0.24% 0.53% -
HSV(B) 357.97º 0.36% 0.64% -
XYZ 23.02 19.06 16.38 -
YUV 122.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 164 105 107 0 0.36 0.35 0.36 357.97 0.24 0.53
Hex A4 69 6B 0 24 23 24 166 18 35
Octal 244 151 153 0 44 43 44 546 30 65
Binary 10100100 1101001 1101011 0 100100 100011 100100 101100110 11000 110101

Color Harmonies of #A4696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4696B

Black with #A4696B

Text Example


Text Example

White with #A4696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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