Html Css Color HEX #AD875A Teak

📋 copy color: '#AD875A'

red 173 ◦ green 135 ◦ blue 90

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

Shades of Teak #AD875A

Tints of Teak #AD875A

RGB

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

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

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

R = 43.47%
G = 33.92%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD875A (or 0xAD875A) is known color: Teak. HEX triplet: AD, 87 and 5A. RGB value is (173,135,90). Sum of RGB (Red+Green+Blue) = 173+135+90=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD875A is #5278A5. Grayscale: #8D8D8D. Windows color (decimal): -5404838 or 5932973. OLE color: 5932973.

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

Color convert

RGB 173 135 90 -
CMYK 0 0.22 0.48 0.32
HSL 32.53º 0.34% 0.52% -
HSV(B) 32.53º 0.48% 0.68% -
XYZ 27.74 26.95 13.41 -
YUV 141.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 173 135 90 0 0.22 0.48 0.32 32.53 0.34 0.52
Hex AD 87 5A 0 16 30 20 21 22 34
Octal 255 207 132 0 26 60 40 41 42 64
Binary 10101101 10000111 1011010 0 10110 110000 100000 100001 100010 110100

Color Harmonies of #AD875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD875A

Black with #AD875A

Text Example


Text Example

White with #AD875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD875A; }

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

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

background-color css

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

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

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

border-color css

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

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

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