Html Css Color HEX #A4686E Turkish Rose

📋 copy color: '#A4686E'

red 164 ◦ green 104 ◦ blue 110

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

Shades of Turkish Rose #A4686E

Tints of Turkish Rose #A4686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.51%

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 43.39%
G = 27.51%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4686E (or 0xA4686E) is known color: Turkish Rose. HEX triplet: A4, 68 and 6E. RGB value is (164,104,110). Sum of RGB (Red+Green+Blue) = 164+104+110=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A4686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4686E is #5B9791. Grayscale: #7A7A7A. Windows color (decimal): -6002578 or 7235748. OLE color: 7235748.

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

Color convert

RGB 164 104 110 -
CMYK 0 0.37 0.33 0.36
HSL 354º 0.25% 0.53% -
HSV(B) 354º 0.37% 0.64% -
XYZ 23.07 18.92 17.19 -
YUV 122.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 164 104 110 0 0.37 0.33 0.36 354 0.25 0.53
Hex A4 68 6E 0 25 21 24 162 19 35
Octal 244 150 156 0 45 41 44 542 31 65
Binary 10100100 1101000 1101110 0 100101 100001 100100 101100010 11001 110101

Color Harmonies of #A4686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4686E

Black with #A4686E

Text Example


Text Example

White with #A4686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4686E; }

 p { color: rgb(164,104,110); }

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

background-color css

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

 a { background-color: rgb(164,104,110); }

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

border-color css

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

 span { border-color: rgb(164,104,110); }

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