Html Css Color HEX #A66B6C Turkish Rose

📋 copy color: '#A66B6C'

red 166 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #A66B6C

Tints of Turkish Rose #A66B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.08%

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 43.57%
G = 28.08%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A66B6C (or 0xA66B6C) is known color: Turkish Rose. HEX triplet: A6, 6B and 6C. RGB value is (166,107,108). Sum of RGB (Red+Green+Blue) = 166+107+108=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B6C is #599493. Grayscale: #7C7C7C. Windows color (decimal): -5870740 or 7105446. OLE color: 7105446.

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

Color convert

RGB 166 107 108 -
CMYK 0 0.36 0.35 0.35
HSL 358.98º 0.25% 0.54% -
HSV(B) 358.98º 0.36% 0.65% -
XYZ 23.69 19.71 16.74 -
YUV 124.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 166 107 108 0 0.36 0.35 0.35 358.98 0.25 0.54
Hex A6 6B 6C 0 24 23 23 167 19 36
Octal 246 153 154 0 44 43 43 547 31 66
Binary 10100110 1101011 1101100 0 100100 100011 100011 101100111 11001 110110

Color Harmonies of #A66B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B6C

Black with #A66B6C

Text Example


Text Example

White with #A66B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B6C; }

 p { color: rgb(166,107,108); }

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

background-color css

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

 a { background-color: rgb(166,107,108); }

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

border-color css

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

 span { border-color: rgb(166,107,108); }

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