#AF7F3C

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

Shades of Alpine #AF7F3C

Tints of Alpine #AF7F3C

Color information

#AF7F3C (or 0xAF7F3C) is unknown color: approx Alpine. HEX triplet: AF, 7F and 3C. RGB value is (175,127,60). Sum of RGB (Red+Green+Blue) = 175+127+60=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F3C is #5080C3. Grayscale: #868686. Windows color (decimal): -5275844 or 3964847. OLE color: 3964847.

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

Color convert

RGB17512760-
CMYK00.270.660.31
HSL34.96º48.94%46.08%-
HSV(B)34.96º65.71%68.63%-
XYZ26.0824.627.65-
YUV133.7186.4157.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 60 (23.83% from 255) = 16.57%
R=48.34%
G=35.08%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751276000.270.660.3134.9648.9446.08
HexAF7F3C01B421F23312e
Octal2571777403310237436156
Binary101011111111111111100011011100001011111100011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F3C; }

 p { color: rgb(175,127,60); }

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

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

 a { background-color: rgb(175,127,60); }

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

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

 span { border-color: rgb(175,127,60); }

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