Html Css Color HEX #A6888A Turkish Rose

📋 copy color: '#A6888A'

red 166 ◦ green 136 ◦ blue 138

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

Shades of Turkish Rose #A6888A

Tints of Turkish Rose #A6888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

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

R = 37.73%
G = 30.91%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6888A (or 0xA6888A) is known color: Turkish Rose. HEX triplet: A6, 88 and 8A. RGB value is (166,136,138). Sum of RGB (Red+Green+Blue) = 166+136+138=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6888A is #597775. Grayscale: #919191. Windows color (decimal): -5863286 or 9078950. OLE color: 9078950.

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

Color convert

RGB 166 136 138 -
CMYK 0 0.18 0.17 0.35
HSL 356º 0.14% 0.59% -
HSV(B) 356º 0.18% 0.65% -
XYZ 29.12 27.55 27.83 -
YUV 145.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 166 136 138 0 0.18 0.17 0.35 356 0.14 0.59
Hex A6 88 8A 0 12 11 23 164 E 3B
Octal 246 210 212 0 22 21 43 544 16 73
Binary 10100110 10001000 10001010 0 10010 10001 100011 101100100 1110 111011

Color Harmonies of #A6888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6888A

Black with #A6888A

Text Example


Text Example

White with #A6888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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