#AF823E

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

Shades of Alpine #AF823E

Tints of Alpine #AF823E

Color information

#AF823E (or 0xAF823E) is unknown color: approx Alpine. HEX triplet: AF, 82 and 3E. RGB value is (175,130,62). Sum of RGB (Red+Green+Blue) = 175+130+62=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF823E is #507DC1. Grayscale: #888888. Windows color (decimal): -5275074 or 4096687. OLE color: 4096687.

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

Color convert

RGB17513062-
CMYK00.260.650.31
HSL36.11º47.68%46.47%-
HSV(B)36.11º64.57%68.63%-
XYZ26.5325.438.07-
YUV135.786.41156.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 62 (24.61% from 255) = 16.89%
R=47.68%
G=35.42%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751306200.260.650.3136.1147.6846.47
HexAF823E01A411F24302e
Octal2572027603210137446056
Binary1010111110000010111110011010100000111111100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF823E; }

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

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

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

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

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

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

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

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