Html Css Color HEX #AF853F Alpine

📋 copy color: '#AF853F'

red 175 ◦ green 133 ◦ blue 63

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

Shades of Alpine #AF853F

Tints of Alpine #AF853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 47.17%
G = 35.85%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF853F (or 0xAF853F) is known color: Alpine. HEX triplet: AF, 85 and 3F. RGB value is (175,133,63). Sum of RGB (Red+Green+Blue) = 175+133+63=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF853F is #507AC0. Grayscale: #898989. Windows color (decimal): -5274305 or 4162991. OLE color: 4162991.

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

Color convert

RGB 175 133 63 -
CMYK 0 0.24 0.64 0.31
HSL 37.5º 0.47% 0.47% -
HSV(B) 37.5º 0.64% 0.69% -
XYZ 26.96 26.25 8.35 -
YUV 137.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 175 133 63 0 0.24 0.64 0.31 37.5 0.47 0.47
Hex AF 85 3F 0 18 40 1F 26 2F 2F
Octal 257 205 77 0 30 100 37 46 57 57
Binary 10101111 10000101 111111 0 11000 1000000 11111 100110 101111 101111

Color Harmonies of #AF853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF853F

Black with #AF853F

Text Example


Text Example

White with #AF853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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