Html Css Color HEX #AD845B Teak

📋 copy color: '#AD845B'

red 173 ◦ green 132 ◦ blue 91

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

Shades of Teak #AD845B

Tints of Teak #AD845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

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

R = 43.69%
G = 33.33%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD845B (or 0xAD845B) is known color: Teak. HEX triplet: AD, 84 and 5B. RGB value is (173,132,91). Sum of RGB (Red+Green+Blue) = 173+132+91=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD845B is #527BA4. Grayscale: #8B8B8B. Windows color (decimal): -5405605 or 5997741. OLE color: 5997741.

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

Color convert

RGB 173 132 91 -
CMYK 0 0.24 0.47 0.32
HSL 30º 0.33% 0.52% -
HSV(B) 30º 0.47% 0.68% -
XYZ 27.37 26.14 13.5 -
YUV 139.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 173 132 91 0 0.24 0.47 0.32 30 0.33 0.52
Hex AD 84 5B 0 18 2F 20 1E 21 34
Octal 255 204 133 0 30 57 40 36 41 64
Binary 10101101 10000100 1011011 0 11000 101111 100000 11110 100001 110100

Color Harmonies of #AD845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD845B

Black with #AD845B

Text Example


Text Example

White with #AD845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD845B; }

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

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

background-color css

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

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

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

border-color css

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

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

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