#AF8A3D

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

Shades of Alpine #AF8A3D

Tints of Alpine #AF8A3D

Color information

#AF8A3D (or 0xAF8A3D) is unknown color: approx Alpine. HEX triplet: AF, 8A and 3D. RGB value is (175,138,61). Sum of RGB (Red+Green+Blue) = 175+138+61=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A3D is #5075C2. Grayscale: #8C8C8C. Windows color (decimal): -5273027 or 4033199. OLE color: 4033199.

HSL color Cylindrical-coordinate representation of color #AF8A3D: hue angle of 40.53º 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 #AF8A3D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17513861-
CMYK00.210.650.31
HSL40.53º48.31%46.27%-
HSV(B)40.53º65.14%68.63%-
XYZ27.6127.638.29-
YUV140.2883.26152.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 61 (24.22% from 255) = 16.31%
R=46.79%
G=36.90%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751386100.210.650.3140.5348.3146.27
HexAF8A3D015411F29302e
Octal2572127502510137516056
Binary1010111110001010111101010101100000111111101001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A3D; }

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

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

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

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

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

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

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

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