Html Css Color HEX #AA875D Teak

📋 copy color: '#AA875D'

red 170 ◦ green 135 ◦ blue 93

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

Shades of Teak #AA875D

Tints of Teak #AA875D

RGB

 RED value IS 170 (66.8% from 255) = 42.71%

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

 BLUE value IS 93 (36.72% from 255) = 23.37%

R = 42.71%
G = 33.92%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA875D (or 0xAA875D) is known color: Teak. HEX triplet: AA, 87 and 5D. RGB value is (170,135,93). Sum of RGB (Red+Green+Blue) = 170+135+93=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA875D is #5578A2. Grayscale: #8C8C8C. Windows color (decimal): -5601443 or 6129578. OLE color: 6129578.

HSL color Cylindrical-coordinate representation of color #AA875D: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA875D is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 135 93 -
CMYK 0 0.21 0.45 0.33
HSL 32.73º 0.31% 0.52% -
HSV(B) 32.73º 0.45% 0.67% -
XYZ 27.22 26.66 14.07 -
YUV 140.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 170 135 93 0 0.21 0.45 0.33 32.73 0.31 0.52
Hex AA 87 5D 0 15 2D 21 21 1F 34
Octal 252 207 135 0 25 55 41 41 37 64
Binary 10101010 10000111 1011101 0 10101 101101 100001 100001 11111 110100

Color Harmonies of #AA875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA875D

Black with #AA875D

Text Example


Text Example

White with #AA875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA875D; }

 p { color: rgb(170,135,93); }

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

background-color css

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

 a { background-color: rgb(170,135,93); }

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

border-color css

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

 span { border-color: rgb(170,135,93); }

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