Html Css Color HEX #A67077 Turkish Rose

📋 copy color: '#A67077'

red 166 ◦ green 112 ◦ blue 119

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

Shades of Turkish Rose #A67077

Tints of Turkish Rose #A67077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 41.81%
G = 28.21%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A67077 (or 0xA67077) is known color: Turkish Rose. HEX triplet: A6, 70 and 77. RGB value is (166,112,119). Sum of RGB (Red+Green+Blue) = 166+112+119=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A67077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67077 is #598F88. Grayscale: #808080. Windows color (decimal): -5869449 or 7827622. OLE color: 7827622.

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

Color convert

RGB 166 112 119 -
CMYK 0 0.33 0.28 0.35
HSL 352.22º 0.23% 0.55% -
HSV(B) 352.22º 0.33% 0.65% -
XYZ 24.85 21.03 20.2 -
YUV 128.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 166 112 119 0 0.33 0.28 0.35 352.22 0.23 0.55
Hex A6 70 77 0 21 1C 23 160 17 37
Octal 246 160 167 0 41 34 43 540 27 67
Binary 10100110 1110000 1110111 0 100001 11100 100011 101100000 10111 110111

Color Harmonies of #A67077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67077

Black with #A67077

Text Example


Text Example

White with #A67077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67077; }

 p { color: rgb(166,112,119); }

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

background-color css

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

 a { background-color: rgb(166,112,119); }

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

border-color css

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

 span { border-color: rgb(166,112,119); }

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