Html Css Color HEX #AD8752 Teak

📋 copy color: '#AD8752'

red 173 ◦ green 135 ◦ blue 82

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

Shades of Teak #AD8752

Tints of Teak #AD8752

RGB

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

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

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

R = 44.36%
G = 34.62%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD8752 (or 0xAD8752) is known color: Teak. HEX triplet: AD, 87 and 52. RGB value is (173,135,82). Sum of RGB (Red+Green+Blue) = 173+135+82=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8752 is #5278AD. Grayscale: #8C8C8C. Windows color (decimal): -5404846 or 5408685. OLE color: 5408685.

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

Color convert

RGB 173 135 82 -
CMYK 0 0.22 0.53 0.32
HSL 34.95º 0.36% 0.5% -
HSV(B) 34.95º 0.53% 0.68% -
XYZ 27.42 26.82 11.71 -
YUV 140.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 173 135 82 0 0.22 0.53 0.32 34.95 0.36 0.5
Hex AD 87 52 0 16 35 20 23 24 32
Octal 255 207 122 0 26 65 40 43 44 62
Binary 10101101 10000111 1010010 0 10110 110101 100000 100011 100100 110010

Color Harmonies of #AD8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8752

Black with #AD8752

Text Example


Text Example

White with #AD8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8752; }

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

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

background-color css

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

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

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

border-color css

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

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

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