Html Css Color HEX #A68A8B Turkish Rose

📋 copy color: '#A68A8B'

red 166 ◦ green 138 ◦ blue 139

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

Shades of Turkish Rose #A68A8B

Tints of Turkish Rose #A68A8B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

 BLUE value IS 139 (54.69% from 255) = 31.38%

R = 37.47%
G = 31.15%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A68A8B (or 0xA68A8B) is known color: Turkish Rose. HEX triplet: A6, 8A and 8B. RGB value is (166,138,139). Sum of RGB (Red+Green+Blue) = 166+138+139=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68A8B is #597574. Grayscale: #929292. Windows color (decimal): -5862773 or 9144998. OLE color: 9144998.

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

Color convert

RGB 166 138 139 -
CMYK 0 0.17 0.16 0.35
HSL 357.86º 0.14% 0.6% -
HSV(B) 357.86º 0.17% 0.65% -
XYZ 29.47 28.15 28.31 -
YUV 146.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 166 138 139 0 0.17 0.16 0.35 357.86 0.14 0.6
Hex A6 8A 8B 0 11 10 23 166 E 3C
Octal 246 212 213 0 21 20 43 546 16 74
Binary 10100110 10001010 10001011 0 10001 10000 100011 101100110 1110 111100

Color Harmonies of #A68A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A8B

Black with #A68A8B

Text Example


Text Example

White with #A68A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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