Html Css Color HEX #AC8F4F Teak

📋 copy color: '#AC8F4F'

red 172 ◦ green 143 ◦ blue 79

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

Shades of Teak #AC8F4F

Tints of Teak #AC8F4F

RGB

 RED value IS 172 (67.58% from 255) = 43.65%

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

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

R = 43.65%
G = 36.29%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC8F4F (or 0xAC8F4F) is known color: Teak. HEX triplet: AC, 8F and 4F. RGB value is (172,143,79). Sum of RGB (Red+Green+Blue) = 172+143+79=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F4F is #5370B0. Grayscale: #909090. Windows color (decimal): -5468337 or 5214124. OLE color: 5214124.

HSL color Cylindrical-coordinate representation of color #AC8F4F: hue angle of 41.29º 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 #AC8F4F is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 79 -
CMYK 0 0.17 0.54 0.33
HSL 41.29º 0.37% 0.49% -
HSV(B) 41.29º 0.54% 0.67% -
XYZ 28.25 28.98 11.5 -
YUV 144.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 172 143 79 0 0.17 0.54 0.33 41.29 0.37 0.49
Hex AC 8F 4F 0 11 36 21 29 25 31
Octal 254 217 117 0 21 66 41 51 45 61
Binary 10101100 10001111 1001111 0 10001 110110 100001 101001 100101 110001

Color Harmonies of #AC8F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F4F

Black with #AC8F4F

Text Example


Text Example

White with #AC8F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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