Html Css Color HEX #AD767D Turkish Rose

📋 copy color: '#AD767D'

red 173 ◦ green 118 ◦ blue 125

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

Shades of Turkish Rose #AD767D

Tints of Turkish Rose #AD767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 41.59%
G = 28.37%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD767D (or 0xAD767D) is known color: Turkish Rose. HEX triplet: AD, 76 and 7D. RGB value is (173,118,125). Sum of RGB (Red+Green+Blue) = 173+118+125=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD767D is #528982. Grayscale: #878787. Windows color (decimal): -5409155 or 8222381. OLE color: 8222381.

HSL color Cylindrical-coordinate representation of color #AD767D: hue angle of 352.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD767D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 125 -
CMYK 0 0.32 0.28 0.32
HSL 352.36º 0.25% 0.57% -
HSV(B) 352.36º 0.32% 0.68% -
XYZ 27.41 23.32 22.46 -
YUV 135.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 173 118 125 0 0.32 0.28 0.32 352.36 0.25 0.57
Hex AD 76 7D 0 20 1C 20 160 19 39
Octal 255 166 175 0 40 34 40 540 31 71
Binary 10101101 1110110 1111101 0 100000 11100 100000 101100000 11001 111001

Color Harmonies of #AD767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD767D

Black with #AD767D

Text Example


Text Example

White with #AD767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD767D; }

 p { color: rgb(173,118,125); }

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

background-color css

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

 a { background-color: rgb(173,118,125); }

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

border-color css

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

 span { border-color: rgb(173,118,125); }

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