Html Css Color HEX #AC855C Teak

📋 copy color: '#AC855C'

red 172 ◦ green 133 ◦ blue 92

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

Shades of Teak #AC855C

Tints of Teak #AC855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 43.32%
G = 33.5%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC855C (or 0xAC855C) is known color: Teak. HEX triplet: AC, 85 and 5C. RGB value is (172,133,92). Sum of RGB (Red+Green+Blue) = 172+133+92=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC855C is #537AA3. Grayscale: #8C8C8C. Windows color (decimal): -5470884 or 6063532. OLE color: 6063532.

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

Color convert

RGB 172 133 92 -
CMYK 0 0.23 0.47 0.33
HSL 30.75º 0.33% 0.52% -
HSV(B) 30.75º 0.47% 0.67% -
XYZ 27.33 26.32 13.76 -
YUV 139.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 172 133 92 0 0.23 0.47 0.33 30.75 0.33 0.52
Hex AC 85 5C 0 17 2F 21 1F 21 34
Octal 254 205 134 0 27 57 41 37 41 64
Binary 10101100 10000101 1011100 0 10111 101111 100001 11111 100001 110100

Color Harmonies of #AC855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC855C

Black with #AC855C

Text Example


Text Example

White with #AC855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC855C; }

 p { color: rgb(172,133,92); }

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

background-color css

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

 a { background-color: rgb(172,133,92); }

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

border-color css

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

 span { border-color: rgb(172,133,92); }

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