Html Css Color HEX #AD8C5A Teak

📋 copy color: '#AD8C5A'

red 173 ◦ green 140 ◦ blue 90

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

Shades of Teak #AD8C5A

Tints of Teak #AD8C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.33%

R = 42.93%
G = 34.74%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD8C5A (or 0xAD8C5A) is known color: Teak. HEX triplet: AD, 8C and 5A. RGB value is (173,140,90). Sum of RGB (Red+Green+Blue) = 173+140+90=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C5A is #5273A5. Grayscale: #909090. Windows color (decimal): -5403558 or 5934253. OLE color: 5934253.

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

Color convert

RGB 173 140 90 -
CMYK 0 0.19 0.48 0.32
HSL 36.14º 0.34% 0.52% -
HSV(B) 36.14º 0.48% 0.68% -
XYZ 28.46 28.38 13.65 -
YUV 144.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 173 140 90 0 0.19 0.48 0.32 36.14 0.34 0.52
Hex AD 8C 5A 0 13 30 20 24 22 34
Octal 255 214 132 0 23 60 40 44 42 64
Binary 10101101 10001100 1011010 0 10011 110000 100000 100100 100010 110100

Color Harmonies of #AD8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C5A

Black with #AD8C5A

Text Example


Text Example

White with #AD8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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