#AF823D

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

Shades of Alpine #AF823D

Tints of Alpine #AF823D

Color information

#AF823D (or 0xAF823D) is unknown color: approx Alpine. HEX triplet: AF, 82 and 3D. RGB value is (175,130,61). Sum of RGB (Red+Green+Blue) = 175+130+61=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF823D is #507DC2. Grayscale: #878787. Windows color (decimal): -5275075 or 4031151. OLE color: 4031151.

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

Color convert

RGB17513061-
CMYK00.260.650.31
HSL36.32º48.31%46.27%-
HSV(B)36.32º65.14%68.63%-
XYZ26.525.427.92-
YUV135.5985.91156.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 61 (24.22% from 255) = 16.67%
R=47.81%
G=35.52%
B=16.67%

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
Decimal1751306100.260.650.3136.3248.3146.27
HexAF823D01A411F24302e
Octal2572027503210137446056
Binary1010111110000010111101011010100000111111100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF823D; }

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

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

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

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

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

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

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

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