Html Css Color HEX #AA8C4B Teak

📋 copy color: '#AA8C4B'

red 170 ◦ green 140 ◦ blue 75

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

Shades of Teak #AA8C4B

Tints of Teak #AA8C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 44.16%
G = 36.36%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA8C4B (or 0xAA8C4B) is known color: Teak. HEX triplet: AA, 8C and 4B. RGB value is (170,140,75). Sum of RGB (Red+Green+Blue) = 170+140+75=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C4B is #5573B4. Grayscale: #8D8D8D. Windows color (decimal): -5600181 or 4951210. OLE color: 4951210.

HSL color Cylindrical-coordinate representation of color #AA8C4B: hue angle of 41.05º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA8C4B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 140 75 -
CMYK 0 0.18 0.56 0.33
HSL 41.05º 0.39% 0.48% -
HSV(B) 41.05º 0.56% 0.67% -
XYZ 27.23 27.81 10.59 -
YUV 141.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 170 140 75 0 0.18 0.56 0.33 41.05 0.39 0.48
Hex AA 8C 4B 0 12 38 21 29 27 30
Octal 252 214 113 0 22 70 41 51 47 60
Binary 10101010 10001100 1001011 0 10010 111000 100001 101001 100111 110000

Color Harmonies of #AA8C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C4B

Black with #AA8C4B

Text Example


Text Example

White with #AA8C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C4B; }

 p { color: rgb(170,140,75); }

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

background-color css

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

 a { background-color: rgb(170,140,75); }

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

border-color css

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

 span { border-color: rgb(170,140,75); }

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