Html Css Color HEX #AD8753 Teak

📋 copy color: '#AD8753'

red 173 ◦ green 135 ◦ blue 83

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

Shades of Teak #AD8753

Tints of Teak #AD8753

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

 BLUE value IS 83 (32.81% from 255) = 21.23%

R = 44.25%
G = 34.53%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD8753 (or 0xAD8753) is known color: Teak. HEX triplet: AD, 87 and 53. RGB value is (173,135,83). Sum of RGB (Red+Green+Blue) = 173+135+83=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8753 is #5278AC. Grayscale: #8C8C8C. Windows color (decimal): -5404845 or 5474221. OLE color: 5474221.

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

Color convert

RGB 173 135 83 -
CMYK 0 0.22 0.52 0.32
HSL 34.67º 0.35% 0.5% -
HSV(B) 34.67º 0.52% 0.68% -
XYZ 27.46 26.84 11.92 -
YUV 140.43 95.59 151.23 -
System Red Green Blue C M Y K H S L
Decimal 173 135 83 0 0.22 0.52 0.32 34.67 0.35 0.5
Hex AD 87 53 0 16 34 20 23 23 32
Octal 255 207 123 0 26 64 40 43 43 62
Binary 10101101 10000111 1010011 0 10110 110100 100000 100011 100011 110010

Color Harmonies of #AD8753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8753

Black with #AD8753

Text Example


Text Example

White with #AD8753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8753; }

 p { color: rgb(173,135,83); }

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

background-color css

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

 a { background-color: rgb(173,135,83); }

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

border-color css

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

 span { border-color: rgb(173,135,83); }

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