#AF823A

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

Shades of Alpine #AF823A

Tints of Alpine #AF823A

Color information

#AF823A (or 0xAF823A) is unknown color: approx Alpine. HEX triplet: AF, 82 and 3A. RGB value is (175,130,58). Sum of RGB (Red+Green+Blue) = 175+130+58=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF823A is #507DC5. Grayscale: #878787. Windows color (decimal): -5275078 or 3834543. OLE color: 3834543.

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

Color convert

RGB17513058-
CMYK00.260.670.31
HSL36.92º50.21%45.69%-
HSV(B)36.92º66.86%68.63%-
XYZ26.4325.387.51-
YUV135.2584.41156.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=48.21%
G=35.81%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751305800.260.670.3136.9250.2145.69
HexAF823A01A431F25322e
Octal2572027203210337456256
Binary1010111110000010111010011010100001111111100101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF823A; }

 p { color: rgb(175,130,58); }

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

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

 a { background-color: rgb(175,130,58); }

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

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

 span { border-color: rgb(175,130,58); }

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