Html Css Color HEX #AD875B Teak

📋 copy color: '#AD875B'

red 173 ◦ green 135 ◦ blue 91

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

Shades of Teak #AD875B

Tints of Teak #AD875B

RGB

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

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

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

R = 43.36%
G = 33.83%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD875B (or 0xAD875B) is known color: Teak. HEX triplet: AD, 87 and 5B. RGB value is (173,135,91). Sum of RGB (Red+Green+Blue) = 173+135+91=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD875B is #5278A4. Grayscale: #8D8D8D. Windows color (decimal): -5404837 or 5998509. OLE color: 5998509.

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

Color convert

RGB 173 135 91 -
CMYK 0 0.22 0.47 0.32
HSL 32.2º 0.33% 0.52% -
HSV(B) 32.2º 0.47% 0.68% -
XYZ 27.79 26.97 13.64 -
YUV 141.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 173 135 91 0 0.22 0.47 0.32 32.2 0.33 0.52
Hex AD 87 5B 0 16 2F 20 20 21 34
Octal 255 207 133 0 26 57 40 40 41 64
Binary 10101101 10000111 1011011 0 10110 101111 100000 100000 100001 110100

Color Harmonies of #AD875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD875B

Black with #AD875B

Text Example


Text Example

White with #AD875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD875B; }

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

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

background-color css

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

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

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

border-color css

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

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

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