Html Css Color HEX #A6626B Turkish Rose

📋 copy color: '#A6626B'

red 166 ◦ green 98 ◦ blue 107

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

Shades of Turkish Rose #A6626B

Tints of Turkish Rose #A6626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 44.74%
G = 26.42%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6626B (or 0xA6626B) is known color: Turkish Rose. HEX triplet: A6, 62 and 6B. RGB value is (166,98,107). Sum of RGB (Red+Green+Blue) = 166+98+107=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6626B is #599D94. Grayscale: #777777. Windows color (decimal): -5873045 or 7037606. OLE color: 7037606.

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

Color convert

RGB 166 98 107 -
CMYK 0 0.41 0.36 0.35
HSL 352.06º 0.28% 0.52% -
HSV(B) 352.06º 0.41% 0.65% -
XYZ 22.75 17.9 16.17 -
YUV 119.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 166 98 107 0 0.41 0.36 0.35 352.06 0.28 0.52
Hex A6 62 6B 0 29 24 23 160 1C 34
Octal 246 142 153 0 51 44 43 540 34 64
Binary 10100110 1100010 1101011 0 101001 100100 100011 101100000 11100 110100

Color Harmonies of #A6626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6626B

Black with #A6626B

Text Example


Text Example

White with #A6626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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