Html Css Color HEX #AA875C Teak

📋 copy color: '#AA875C'

red 170 ◦ green 135 ◦ blue 92

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

Shades of Teak #AA875C

Tints of Teak #AA875C

RGB

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

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

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

R = 42.82%
G = 34.01%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA875C (or 0xAA875C) is known color: Teak. HEX triplet: AA, 87 and 5C. RGB value is (170,135,92). Sum of RGB (Red+Green+Blue) = 170+135+92=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA875C is #5578A3. Grayscale: #8C8C8C. Windows color (decimal): -5601444 or 6064042. OLE color: 6064042.

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

Color convert

RGB 170 135 92 -
CMYK 0 0.21 0.46 0.33
HSL 33.08º 0.31% 0.51% -
HSV(B) 33.08º 0.46% 0.67% -
XYZ 27.17 26.65 13.84 -
YUV 140.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 170 135 92 0 0.21 0.46 0.33 33.08 0.31 0.51
Hex AA 87 5C 0 15 2E 21 21 1F 33
Octal 252 207 134 0 25 56 41 41 37 63
Binary 10101010 10000111 1011100 0 10101 101110 100001 100001 11111 110011

Color Harmonies of #AA875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA875C

Black with #AA875C

Text Example


Text Example

White with #AA875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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