Html Css Color HEX #AF863F Alpine

📋 copy color: '#AF863F'

red 175 ◦ green 134 ◦ blue 63

#AF863F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alpine #AF863F

Tints of Alpine #AF863F

RGB

 RED value IS 175 (68.75% from 255) = 47.04%

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 63 (25% from 255) = 16.94%

R = 47.04%
G = 36.02%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF863F (or 0xAF863F) is known color: Alpine. HEX triplet: AF, 86 and 3F. RGB value is (175,134,63). Sum of RGB (Red+Green+Blue) = 175+134+63=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF863F is #5079C0. Grayscale: #8A8A8A. Windows color (decimal): -5274049 or 4163247. OLE color: 4163247.

HSL color Cylindrical-coordinate representation of color #AF863F: hue angle of 38.04º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF863F is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 63 -
CMYK 0 0.23 0.64 0.31
HSL 38.04º 0.47% 0.47% -
HSV(B) 38.04º 0.64% 0.69% -
XYZ 27.1 26.52 8.39 -
YUV 138.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 175 134 63 0 0.23 0.64 0.31 38.04 0.47 0.47
Hex AF 86 3F 0 17 40 1F 26 2F 2F
Octal 257 206 77 0 27 100 37 46 57 57
Binary 10101111 10000110 111111 0 10111 1000000 11111 100110 101111 101111

Color Harmonies of #AF863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF863F

Black with #AF863F

Text Example


Text Example

White with #AF863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF863F; }

 p { color: rgb(175,134,63); }

 H1.HeaderClassName
 {
   color: #AF863F;
 }
 .AnyTagClassName
 {
   color: #AF863F;
 }
</style>

background-color css

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

 a { background-color: rgb(175,134,63); }

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

border-color css

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

 span { border-color: rgb(175,134,63); }

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