Html Css Color HEX #AD835A Teak

📋 copy color: '#AD835A'

red 173 ◦ green 131 ◦ blue 90

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

Shades of Teak #AD835A

Tints of Teak #AD835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

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

R = 43.91%
G = 33.25%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD835A (or 0xAD835A) is known color: Teak. HEX triplet: AD, 83 and 5A. RGB value is (173,131,90). Sum of RGB (Red+Green+Blue) = 173+131+90=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD835A is #527CA5. Grayscale: #8B8B8B. Windows color (decimal): -5405862 or 5931949. OLE color: 5931949.

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

Color convert

RGB 173 131 90 -
CMYK 0 0.24 0.48 0.32
HSL 29.64º 0.34% 0.52% -
HSV(B) 29.64º 0.48% 0.68% -
XYZ 27.2 25.86 13.23 -
YUV 138.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 173 131 90 0 0.24 0.48 0.32 29.64 0.34 0.52
Hex AD 83 5A 0 18 30 20 1E 22 34
Octal 255 203 132 0 30 60 40 36 42 64
Binary 10101101 10000011 1011010 0 11000 110000 100000 11110 100010 110100

Color Harmonies of #AD835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD835A

Black with #AD835A

Text Example


Text Example

White with #AD835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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