#AF8533

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

Shades of Alpine #AF8533

Tints of Alpine #AF8533

Color information

#AF8533 (or 0xAF8533) is unknown color: approx Alpine. HEX triplet: AF, 85 and 33. RGB value is (175,133,51). Sum of RGB (Red+Green+Blue) = 175+133+51=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8533 is #507ACC. Grayscale: #888888. Windows color (decimal): -5274317 or 3376559. OLE color: 3376559.

HSL color Cylindrical-coordinate representation of color #AF8533: hue angle of 39.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF8533 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17513351-
CMYK00.240.710.31
HSL39.68º54.87%44.31%-
HSV(B)39.68º70.86%68.63%-
XYZ26.6626.136.77-
YUV136.2179.91155.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 51 (20.31% from 255) = 14.21%
R=48.75%
G=37.05%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751335100.240.710.3139.6854.8744.31
HexAF8533018471F28372c
Octal2572056303010737506754
Binary1010111110000101110011011000100011111111101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8533; }

 p { color: rgb(175,133,51); }

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

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

 a { background-color: rgb(175,133,51); }

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

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

 span { border-color: rgb(175,133,51); }

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