Html Css Color HEX #A66067 Turkish Rose

📋 copy color: '#A66067'

red 166 ◦ green 96 ◦ blue 103

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

Shades of Turkish Rose #A66067

Tints of Turkish Rose #A66067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 103 (40.63% from 255) = 28.22%

R = 45.48%
G = 26.3%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A66067 (or 0xA66067) is known color: Turkish Rose. HEX triplet: A6, 60 and 67. RGB value is (166,96,103). Sum of RGB (Red+Green+Blue) = 166+96+103=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A66067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66067 is #599F98. Grayscale: #757575. Windows color (decimal): -5873561 or 6774950. OLE color: 6774950.

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

Color convert

RGB 166 96 103 -
CMYK 0 0.42 0.38 0.35
HSL 354º 0.28% 0.51% -
HSV(B) 354º 0.42% 0.65% -
XYZ 22.36 17.45 15.02 -
YUV 117.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 166 96 103 0 0.42 0.38 0.35 354 0.28 0.51
Hex A6 60 67 0 2A 26 23 162 1C 33
Octal 246 140 147 0 52 46 43 542 34 63
Binary 10100110 1100000 1100111 0 101010 100110 100011 101100010 11100 110011

Color Harmonies of #A66067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66067

Black with #A66067

Text Example


Text Example

White with #A66067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66067; }

 p { color: rgb(166,96,103); }

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

background-color css

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

 a { background-color: rgb(166,96,103); }

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

border-color css

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

 span { border-color: rgb(166,96,103); }

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