Html Css Color HEX #AA8F4F Teak

📋 copy color: '#AA8F4F'

red 170 ◦ green 143 ◦ blue 79

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

Shades of Teak #AA8F4F

Tints of Teak #AA8F4F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.48%

 BLUE value IS 79 (31.25% from 255) = 20.15%

R = 43.37%
G = 36.48%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA8F4F (or 0xAA8F4F) is known color: Teak. HEX triplet: AA, 8F and 4F. RGB value is (170,143,79). Sum of RGB (Red+Green+Blue) = 170+143+79=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F4F is #5570B0. Grayscale: #909090. Windows color (decimal): -5599409 or 5214122. OLE color: 5214122.

HSL color Cylindrical-coordinate representation of color #AA8F4F: hue angle of 42.2º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA8F4F is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 143 79 -
CMYK 0 0.16 0.54 0.33
HSL 42.2º 0.37% 0.49% -
HSV(B) 42.2º 0.54% 0.67% -
XYZ 27.81 28.76 11.48 -
YUV 143.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 170 143 79 0 0.16 0.54 0.33 42.2 0.37 0.49
Hex AA 8F 4F 0 10 36 21 2A 25 31
Octal 252 217 117 0 20 66 41 52 45 61
Binary 10101010 10001111 1001111 0 10000 110110 100001 101010 100101 110001

Color Harmonies of #AA8F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F4F

Black with #AA8F4F

Text Example


Text Example

White with #AA8F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F4F; }

 p { color: rgb(170,143,79); }

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

background-color css

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

 a { background-color: rgb(170,143,79); }

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

border-color css

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

 span { border-color: rgb(170,143,79); }

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