Html Css Color HEX #A66567 Turkish Rose

📋 copy color: '#A66567'

red 166 ◦ green 101 ◦ blue 103

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

Shades of Turkish Rose #A66567

Tints of Turkish Rose #A66567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

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

R = 44.86%
G = 27.3%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A66567 (or 0xA66567) is known color: Turkish Rose. HEX triplet: A6, 65 and 67. RGB value is (166,101,103). Sum of RGB (Red+Green+Blue) = 166+101+103=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A66567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66567 is #599A98. Grayscale: #787878. Windows color (decimal): -5872281 or 6776230. OLE color: 6776230.

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

Color convert

RGB 166 101 103 -
CMYK 0 0.39 0.38 0.35
HSL 358.15º 0.27% 0.52% -
HSV(B) 358.15º 0.39% 0.65% -
XYZ 22.83 18.39 15.18 -
YUV 120.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 166 101 103 0 0.39 0.38 0.35 358.15 0.27 0.52
Hex A6 65 67 0 27 26 23 166 1B 34
Octal 246 145 147 0 47 46 43 546 33 64
Binary 10100110 1100101 1100111 0 100111 100110 100011 101100110 11011 110100

Color Harmonies of #A66567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66567

Black with #A66567

Text Example


Text Example

White with #A66567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66567; }

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

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

background-color css

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

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

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

border-color css

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

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

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