Html Css Color HEX #A6898A Turkish Rose

📋 copy color: '#A6898A'

red 166 ◦ green 137 ◦ blue 138

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

Shades of Turkish Rose #A6898A

Tints of Turkish Rose #A6898A

RGB

 RED value IS 166 (65.23% from 255) = 37.64%

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 37.64%
G = 31.07%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6898A (or 0xA6898A) is known color: Turkish Rose. HEX triplet: A6, 89 and 8A. RGB value is (166,137,138). Sum of RGB (Red+Green+Blue) = 166+137+138=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6898A is #597675. Grayscale: #919191. Windows color (decimal): -5863030 or 9079206. OLE color: 9079206.

HSL color Cylindrical-coordinate representation of color #A6898A: hue angle of 357.93º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6898A is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 138 -
CMYK 0 0.17 0.17 0.35
HSL 357.93º 0.14% 0.59% -
HSV(B) 357.93º 0.17% 0.65% -
XYZ 29.26 27.83 27.88 -
YUV 145.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 166 137 138 0 0.17 0.17 0.35 357.93 0.14 0.59
Hex A6 89 8A 0 11 11 23 166 E 3B
Octal 246 211 212 0 21 21 43 546 16 73
Binary 10100110 10001001 10001010 0 10001 10001 100011 101100110 1110 111011

Color Harmonies of #A6898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6898A

Black with #A6898A

Text Example


Text Example

White with #A6898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6898A; }

 p { color: rgb(166,137,138); }

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

background-color css

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

 a { background-color: rgb(166,137,138); }

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

border-color css

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

 span { border-color: rgb(166,137,138); }

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