#AF8A4B

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

Shades of Teak #AF8A4B

Tints of Teak #AF8A4B

Color information

#AF8A4B (or 0xAF8A4B) is unknown color: approx Teak. HEX triplet: AF, 8A and 4B. RGB value is (175,138,75). Sum of RGB (Red+Green+Blue) = 175+138+75=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A4B is #5075B4. Grayscale: #8E8E8E. Windows color (decimal): -5273013 or 4950703. OLE color: 4950703.

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

Color convert

RGB17513875-
CMYK00.210.570.31
HSL37.8º40%49.02%-
HSV(B)37.8º57.14%68.63%-
XYZ28.0427.810.54-
YUV141.8890.26151.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 75 (29.69% from 255) = 19.33%
R=45.10%
G=35.57%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751387500.210.570.3137.84049.02
HexAF8A4B015391F262831
Octal2572121130257137465061
Binary1010111110001010100101101010111100111111100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A4B; }

 p { color: rgb(175,138,75); }

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

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

 a { background-color: rgb(175,138,75); }

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

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

 span { border-color: rgb(175,138,75); }

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