Html Css Color HEX #AD6267 Turkish Rose

📋 copy color: '#AD6267'

red 173 ◦ green 98 ◦ blue 103

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

Shades of Turkish Rose #AD6267

Tints of Turkish Rose #AD6267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.2%

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

R = 46.26%
G = 26.2%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD6267 (or 0xAD6267) is known color: Turkish Rose. HEX triplet: AD, 62 and 67. RGB value is (173,98,103). Sum of RGB (Red+Green+Blue) = 173+98+103=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6267 is #529D98. Grayscale: #797979. Windows color (decimal): -5414297 or 6775469. OLE color: 6775469.

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

Color convert

RGB 173 98 103 -
CMYK 0 0.43 0.40 0.32
HSL 356º 0.31% 0.53% -
HSV(B) 356º 0.43% 0.68% -
XYZ 24.05 18.6 15.15 -
YUV 121 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 173 98 103 0 0.43 0.40 0.32 356 0.31 0.53
Hex AD 62 67 0 2B 28 20 164 1F 35
Octal 255 142 147 0 53 50 40 544 37 65
Binary 10101101 1100010 1100111 0 101011 101000 100000 101100100 11111 110101

Color Harmonies of #AD6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6267

Black with #AD6267

Text Example


Text Example

White with #AD6267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6267; }

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

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

background-color css

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

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

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

border-color css

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

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

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