Html Css Color HEX #AD9052 Teak

📋 copy color: '#AD9052'

red 173 ◦ green 144 ◦ blue 82

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

Shades of Teak #AD9052

Tints of Teak #AD9052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 43.36%
G = 36.09%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD9052 (or 0xAD9052) is known color: Teak. HEX triplet: AD, 90 and 52. RGB value is (173,144,82). Sum of RGB (Red+Green+Blue) = 173+144+82=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9052 is #526FAD. Grayscale: #919191. Windows color (decimal): -5402542 or 5410989. OLE color: 5410989.

HSL color Cylindrical-coordinate representation of color #AD9052: hue angle of 40.88º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD9052 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 144 82 -
CMYK 0 0.17 0.53 0.32
HSL 40.88º 0.36% 0.5% -
HSV(B) 40.88º 0.53% 0.68% -
XYZ 28.73 29.44 12.15 -
YUV 145.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 173 144 82 0 0.17 0.53 0.32 40.88 0.36 0.5
Hex AD 90 52 0 11 35 20 29 24 32
Octal 255 220 122 0 21 65 40 51 44 62
Binary 10101101 10010000 1010010 0 10001 110101 100000 101001 100100 110010

Color Harmonies of #AD9052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9052

Black with #AD9052

Text Example


Text Example

White with #AD9052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9052; }

 p { color: rgb(173,144,82); }

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

background-color css

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

 a { background-color: rgb(173,144,82); }

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

border-color css

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

 span { border-color: rgb(173,144,82); }

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