Html Css Color HEX #A6727A Turkish Rose

📋 copy color: '#A6727A'

red 166 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #A6727A

Tints of Turkish Rose #A6727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 41.29%
G = 28.36%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6727A (or 0xA6727A) is known color: Turkish Rose. HEX triplet: A6, 72 and 7A. RGB value is (166,114,122). Sum of RGB (Red+Green+Blue) = 166+114+122=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A6727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6727A is #598D85. Grayscale: #828282. Windows color (decimal): -5868934 or 8024742. OLE color: 8024742.

HSL color Cylindrical-coordinate representation of color #A6727A: hue angle of 350.77º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6727A is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 122 -
CMYK 0 0.31 0.27 0.35
HSL 350.77º 0.23% 0.55% -
HSV(B) 350.77º 0.31% 0.65% -
XYZ 25.26 21.55 21.24 -
YUV 130.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 166 114 122 0 0.31 0.27 0.35 350.77 0.23 0.55
Hex A6 72 7A 0 1F 1B 23 15F 17 37
Octal 246 162 172 0 37 33 43 537 27 67
Binary 10100110 1110010 1111010 0 11111 11011 100011 101011111 10111 110111

Color Harmonies of #A6727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6727A

Black with #A6727A

Text Example


Text Example

White with #A6727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6727A; }

 p { color: rgb(166,114,122); }

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

background-color css

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

 a { background-color: rgb(166,114,122); }

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

border-color css

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

 span { border-color: rgb(166,114,122); }

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