Html Css Color HEX #AD6467 Turkish Rose

📋 copy color: '#AD6467'

red 173 ◦ green 100 ◦ blue 103

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

Shades of Turkish Rose #AD6467

Tints of Turkish Rose #AD6467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

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

R = 46.01%
G = 26.6%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD6467 (or 0xAD6467) is known color: Turkish Rose. HEX triplet: AD, 64 and 67. RGB value is (173,100,103). Sum of RGB (Red+Green+Blue) = 173+100+103=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6467 is #529B98. Grayscale: #7A7A7A. Windows color (decimal): -5413785 or 6775981. OLE color: 6775981.

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

Color convert

RGB 173 100 103 -
CMYK 0 0.42 0.40 0.32
HSL 357.53º 0.31% 0.54% -
HSV(B) 357.53º 0.42% 0.68% -
XYZ 24.24 18.98 15.22 -
YUV 122.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 173 100 103 0 0.42 0.40 0.32 357.53 0.31 0.54
Hex AD 64 67 0 2A 28 20 166 1F 36
Octal 255 144 147 0 52 50 40 546 37 66
Binary 10101101 1100100 1100111 0 101010 101000 100000 101100110 11111 110110

Color Harmonies of #AD6467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6467

Black with #AD6467

Text Example


Text Example

White with #AD6467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6467; }

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

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

background-color css

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

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

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

border-color css

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

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

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