Html Css Color HEX #AF863A Alpine

📋 copy color: '#AF863A'

red 175 ◦ green 134 ◦ blue 58

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

Shades of Alpine #AF863A

Tints of Alpine #AF863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.8%

R = 47.68%
G = 36.51%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF863A (or 0xAF863A) is known color: Alpine. HEX triplet: AF, 86 and 3A. RGB value is (175,134,58). Sum of RGB (Red+Green+Blue) = 175+134+58=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF863A is #5079C5. Grayscale: #898989. Windows color (decimal): -5274054 or 3835567. OLE color: 3835567.

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

Color convert

RGB 175 134 58 -
CMYK 0 0.23 0.67 0.31
HSL 38.97º 0.5% 0.46% -
HSV(B) 38.97º 0.67% 0.69% -
XYZ 26.97 26.47 7.69 -
YUV 137.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 175 134 58 0 0.23 0.67 0.31 38.97 0.5 0.46
Hex AF 86 3A 0 17 43 1F 27 32 2E
Octal 257 206 72 0 27 103 37 47 62 56
Binary 10101111 10000110 111010 0 10111 1000011 11111 100111 110010 101110

Color Harmonies of #AF863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF863A

Black with #AF863A

Text Example


Text Example

White with #AF863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF863A; }

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

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

background-color css

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

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

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

border-color css

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

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

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