#AF873D

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

Shades of Alpine #AF873D

Tints of Alpine #AF873D

Color information

#AF873D (or 0xAF873D) is unknown color: approx Alpine. HEX triplet: AF, 87 and 3D. RGB value is (175,135,61). Sum of RGB (Red+Green+Blue) = 175+135+61=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF873D is #5078C2. Grayscale: #8A8A8A. Windows color (decimal): -5273795 or 4032431. OLE color: 4032431.

HSL color Cylindrical-coordinate representation of color #AF873D: hue angle of 38.95º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF873D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17513561-
CMYK00.230.650.31
HSL38.95º48.31%46.27%-
HSV(B)38.95º65.14%68.63%-
XYZ27.1926.788.15-
YUV138.5284.25154.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 61 (24.22% from 255) = 16.44%
R=47.17%
G=36.39%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751356100.230.650.3138.9548.3146.27
HexAF873D017411F27302e
Octal2572077502710137476056
Binary1010111110000111111101010111100000111111100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF873D; }

 p { color: rgb(175,135,61); }

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

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

 a { background-color: rgb(175,135,61); }

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

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

 span { border-color: rgb(175,135,61); }

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