#AF845A

Color #AF845A Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #AF845A

Tints of Teak #AF845A

Color information

#AF845A (or 0xAF845A) is unknown color: approx Teak. HEX triplet: AF, 84 and 5A. RGB value is (175,132,90). Sum of RGB (Red+Green+Blue) = 175+132+90=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF845A is #507BA5. Grayscale: #8C8C8C. Windows color (decimal): -5274534 or 5932207. OLE color: 5932207.

HSL color Cylindrical-coordinate representation of color #AF845A: hue angle of 29.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF845A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17513290-
CMYK00.250.490.31
HSL29.65º34.69%51.96%-
HSV(B)29.65º48.57%68.63%-
XYZ27.7826.3513.3-
YUV140.0799.75152.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=44.08%
G=33.25%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751329000.250.490.3129.6534.6951.96
HexAF845A019311F1e2334
Octal2572041320316137364364
Binary101011111000010010110100110011100011111111110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF845A; }

 p { color: rgb(175,132,90); }

 H1.HeaderClassName
 {
   color: #AF845A;
 }
 .AnyTagClassName
 {
   color: #AF845A;
 }
</style>
background-color css

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

 a { background-color: rgb(175,132,90); }

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

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

 span { border-color: rgb(175,132,90); }

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