Html Css Color HEX #AD895A Teak

📋 copy color: '#AD895A'

red 173 ◦ green 137 ◦ blue 90

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

Shades of Teak #AD895A

Tints of Teak #AD895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

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

R = 43.25%
G = 34.25%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD895A (or 0xAD895A) is known color: Teak. HEX triplet: AD, 89 and 5A. RGB value is (173,137,90). Sum of RGB (Red+Green+Blue) = 173+137+90=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD895A is #5276A5. Grayscale: #8E8E8E. Windows color (decimal): -5404326 or 5933485. OLE color: 5933485.

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

Color convert

RGB 173 137 90 -
CMYK 0 0.21 0.48 0.32
HSL 33.98º 0.34% 0.52% -
HSV(B) 33.98º 0.48% 0.68% -
XYZ 28.02 27.51 13.51 -
YUV 142.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 173 137 90 0 0.21 0.48 0.32 33.98 0.34 0.52
Hex AD 89 5A 0 15 30 20 22 22 34
Octal 255 211 132 0 25 60 40 42 42 64
Binary 10101101 10001001 1011010 0 10101 110000 100000 100010 100010 110100

Color Harmonies of #AD895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD895A

Black with #AD895A

Text Example


Text Example

White with #AD895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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