Html Css Color HEX #AD875C Teak

📋 copy color: '#AD875C'

red 173 ◦ green 135 ◦ blue 92

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

Shades of Teak #AD875C

Tints of Teak #AD875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23%

R = 43.25%
G = 33.75%
B = 23%

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

#AD875C (or 0xAD875C) is known color: Teak. HEX triplet: AD, 87 and 5C. RGB value is (173,135,92). Sum of RGB (Red+Green+Blue) = 173+135+92=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD875C is #5278A3. Grayscale: #8D8D8D. Windows color (decimal): -5404836 or 6064045. OLE color: 6064045.

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

Color convert

RGB 173 135 92 -
CMYK 0 0.22 0.47 0.32
HSL 31.85º 0.33% 0.52% -
HSV(B) 31.85º 0.47% 0.68% -
XYZ 27.83 26.98 13.87 -
YUV 141.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 173 135 92 0 0.22 0.47 0.32 31.85 0.33 0.52
Hex AD 87 5C 0 16 2F 20 20 21 34
Octal 255 207 134 0 26 57 40 40 41 64
Binary 10101101 10000111 1011100 0 10110 101111 100000 100000 100001 110100

Color Harmonies of #AD875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD875C

Black with #AD875C

Text Example


Text Example

White with #AD875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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