Html Css Color HEX #AD747A Turkish Rose

📋 copy color: '#AD747A'

red 173 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #AD747A

Tints of Turkish Rose #AD747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 42.09%
G = 28.22%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD747A (or 0xAD747A) is known color: Turkish Rose. HEX triplet: AD, 74 and 7A. RGB value is (173,116,122). Sum of RGB (Red+Green+Blue) = 173+116+122=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD747A is #528B85. Grayscale: #858585. Windows color (decimal): -5409670 or 8025261. OLE color: 8025261.

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

Color convert

RGB 173 116 122 -
CMYK 0 0.33 0.29 0.32
HSL 353.68º 0.26% 0.57% -
HSV(B) 353.68º 0.33% 0.68% -
XYZ 26.99 22.78 21.39 -
YUV 133.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 173 116 122 0 0.33 0.29 0.32 353.68 0.26 0.57
Hex AD 74 7A 0 21 1D 20 162 1A 39
Octal 255 164 172 0 41 35 40 542 32 71
Binary 10101101 1110100 1111010 0 100001 11101 100000 101100010 11010 111001

Color Harmonies of #AD747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD747A

Black with #AD747A

Text Example


Text Example

White with #AD747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD747A; }

 p { color: rgb(173,116,122); }

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

background-color css

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

 a { background-color: rgb(173,116,122); }

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

border-color css

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

 span { border-color: rgb(173,116,122); }

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