Html Css Color HEX #AD8A5E Teak

📋 copy color: '#AD8A5E'

red 173 ◦ green 138 ◦ blue 94

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

Shades of Teak #AD8A5E

Tints of Teak #AD8A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 42.72%
G = 34.07%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD8A5E (or 0xAD8A5E) is known color: Teak. HEX triplet: AD, 8A and 5E. RGB value is (173,138,94). Sum of RGB (Red+Green+Blue) = 173+138+94=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A5E is #5275A1. Grayscale: #8F8F8F. Windows color (decimal): -5404066 or 6195885. OLE color: 6195885.

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

Color convert

RGB 173 138 94 -
CMYK 0 0.20 0.46 0.32
HSL 33.42º 0.33% 0.52% -
HSV(B) 33.42º 0.46% 0.68% -
XYZ 28.34 27.87 14.48 -
YUV 143.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 173 138 94 0 0.20 0.46 0.32 33.42 0.33 0.52
Hex AD 8A 5E 0 14 2E 20 21 21 34
Octal 255 212 136 0 24 56 40 41 41 64
Binary 10101101 10001010 1011110 0 10100 101110 100000 100001 100001 110100

Color Harmonies of #AD8A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A5E

Black with #AD8A5E

Text Example


Text Example

White with #AD8A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A5E; }

 p { color: rgb(173,138,94); }

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

background-color css

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

 a { background-color: rgb(173,138,94); }

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

border-color css

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

 span { border-color: rgb(173,138,94); }

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