Html Css Color HEX #AD767B Turkish Rose

📋 copy color: '#AD767B'

red 173 ◦ green 118 ◦ blue 123

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

Shades of Turkish Rose #AD767B

Tints of Turkish Rose #AD767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.71%

R = 41.79%
G = 28.5%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD767B (or 0xAD767B) is known color: Turkish Rose. HEX triplet: AD, 76 and 7B. RGB value is (173,118,123). Sum of RGB (Red+Green+Blue) = 173+118+123=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD767B is #528984. Grayscale: #878787. Windows color (decimal): -5409157 or 8091309. OLE color: 8091309.

HSL color Cylindrical-coordinate representation of color #AD767B: hue angle of 354.55º 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 #AD767B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 123 -
CMYK 0 0.32 0.29 0.32
HSL 354.55º 0.25% 0.57% -
HSV(B) 354.55º 0.32% 0.68% -
XYZ 27.29 23.27 21.79 -
YUV 135.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 173 118 123 0 0.32 0.29 0.32 354.55 0.25 0.57
Hex AD 76 7B 0 20 1D 20 163 19 39
Octal 255 166 173 0 40 35 40 543 31 71
Binary 10101101 1110110 1111011 0 100000 11101 100000 101100011 11001 111001

Color Harmonies of #AD767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD767B

Black with #AD767B

Text Example


Text Example

White with #AD767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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