Html Css Color HEX #AD6667 Turkish Rose

📋 copy color: '#AD6667'

red 173 ◦ green 102 ◦ blue 103

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

Shades of Turkish Rose #AD6667

Tints of Turkish Rose #AD6667

RGB

 RED value IS 173 (67.97% from 255) = 45.77%

 GREEN value IS 102 (40.23% from 255) = 26.98%

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

R = 45.77%
G = 26.98%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD6667 (or 0xAD6667) is known color: Turkish Rose. HEX triplet: AD, 66 and 67. RGB value is (173,102,103). Sum of RGB (Red+Green+Blue) = 173+102+103=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6667 is #529998. Grayscale: #7B7B7B. Windows color (decimal): -5413273 or 6776493. OLE color: 6776493.

HSL color Cylindrical-coordinate representation of color #AD6667: hue angle of 359.15º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6667 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 102 103 -
CMYK 0 0.41 0.40 0.32
HSL 359.15º 0.3% 0.54% -
HSV(B) 359.15º 0.41% 0.68% -
XYZ 24.43 19.37 15.28 -
YUV 123.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 173 102 103 0 0.41 0.40 0.32 359.15 0.3 0.54
Hex AD 66 67 0 29 28 20 167 1E 36
Octal 255 146 147 0 51 50 40 547 36 66
Binary 10101101 1100110 1100111 0 101001 101000 100000 101100111 11110 110110

Color Harmonies of #AD6667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6667

Black with #AD6667

Text Example


Text Example

White with #AD6667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6667; }

 p { color: rgb(173,102,103); }

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

background-color css

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

 a { background-color: rgb(173,102,103); }

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

border-color css

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

 span { border-color: rgb(173,102,103); }

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