Html Css Color HEX #AD8C5B Teak

📋 copy color: '#AD8C5B'

red 173 ◦ green 140 ◦ blue 91

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

Shades of Teak #AD8C5B

Tints of Teak #AD8C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.65%

 BLUE value IS 91 (35.94% from 255) = 22.52%

R = 42.82%
G = 34.65%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD8C5B (or 0xAD8C5B) is known color: Teak. HEX triplet: AD, 8C and 5B. RGB value is (173,140,91). Sum of RGB (Red+Green+Blue) = 173+140+91=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C5B is #5273A4. Grayscale: #909090. Windows color (decimal): -5403557 or 5999789. OLE color: 5999789.

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

Color convert

RGB 173 140 91 -
CMYK 0 0.19 0.47 0.32
HSL 35.85º 0.33% 0.52% -
HSV(B) 35.85º 0.47% 0.68% -
XYZ 28.5 28.4 13.88 -
YUV 144.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 173 140 91 0 0.19 0.47 0.32 35.85 0.33 0.52
Hex AD 8C 5B 0 13 2F 20 24 21 34
Octal 255 214 133 0 23 57 40 44 41 64
Binary 10101101 10001100 1011011 0 10011 101111 100000 100100 100001 110100

Color Harmonies of #AD8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C5B

Black with #AD8C5B

Text Example


Text Example

White with #AD8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C5B; }

 p { color: rgb(173,140,91); }

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

background-color css

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

 a { background-color: rgb(173,140,91); }

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

border-color css

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

 span { border-color: rgb(173,140,91); }

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