Html Css Color HEX #AF833F Alpine

📋 copy color: '#AF833F'

red 175 ◦ green 131 ◦ blue 63

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

Shades of Alpine #AF833F

Tints of Alpine #AF833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 47.43%
G = 35.5%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF833F (or 0xAF833F) is known color: Alpine. HEX triplet: AF, 83 and 3F. RGB value is (175,131,63). Sum of RGB (Red+Green+Blue) = 175+131+63=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF833F is #507CC0. Grayscale: #888888. Windows color (decimal): -5274817 or 4162479. OLE color: 4162479.

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

Color convert

RGB 175 131 63 -
CMYK 0 0.25 0.64 0.31
HSL 36.43º 0.47% 0.47% -
HSV(B) 36.43º 0.64% 0.69% -
XYZ 26.69 25.71 8.26 -
YUV 136.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 175 131 63 0 0.25 0.64 0.31 36.43 0.47 0.47
Hex AF 83 3F 0 19 40 1F 24 2F 2F
Octal 257 203 77 0 31 100 37 44 57 57
Binary 10101111 10000011 111111 0 11001 1000000 11111 100100 101111 101111

Color Harmonies of #AF833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF833F

Black with #AF833F

Text Example


Text Example

White with #AF833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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