Html Css Color HEX #AD8081 Turkish Rose

📋 copy color: '#AD8081'

red 173 ◦ green 128 ◦ blue 129

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

Shades of Turkish Rose #AD8081

Tints of Turkish Rose #AD8081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.77%

 BLUE value IS 129 (50.78% from 255) = 30%

R = 40.23%
G = 29.77%
B = 30%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD8081 (or 0xAD8081) is known color: Turkish Rose. HEX triplet: AD, 80 and 81. RGB value is (173,128,129). Sum of RGB (Red+Green+Blue) = 173+128+129=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8081 is #527F7E. Grayscale: #8D8D8D. Windows color (decimal): -5406591 or 8487085. OLE color: 8487085.

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

Color convert

RGB 173 128 129 -
CMYK 0 0.26 0.25 0.32
HSL 358.67º 0.22% 0.59% -
HSV(B) 358.67º 0.26% 0.68% -
XYZ 28.92 25.91 24.25 -
YUV 141.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 173 128 129 0 0.26 0.25 0.32 358.67 0.22 0.59
Hex AD 80 81 0 1A 19 20 167 16 3B
Octal 255 200 201 0 32 31 40 547 26 73
Binary 10101101 10000000 10000001 0 11010 11001 100000 101100111 10110 111011

Color Harmonies of #AD8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8081

Black with #AD8081

Text Example


Text Example

White with #AD8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8081; }

 p { color: rgb(173,128,129); }

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

background-color css

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

 a { background-color: rgb(173,128,129); }

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

border-color css

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

 span { border-color: rgb(173,128,129); }

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