Html Css Color HEX #AF833D Alpine

📋 copy color: '#AF833D'

red 175 ◦ green 131 ◦ blue 61

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

Shades of Alpine #AF833D

Tints of Alpine #AF833D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.62%

R = 47.68%
G = 35.69%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF833D (or 0xAF833D) is known color: Alpine. HEX triplet: AF, 83 and 3D. RGB value is (175,131,61). Sum of RGB (Red+Green+Blue) = 175+131+61=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF833D is #507CC2. Grayscale: #888888. Windows color (decimal): -5274819 or 4031407. OLE color: 4031407.

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

Color convert

RGB 175 131 61 -
CMYK 0 0.25 0.65 0.31
HSL 36.84º 0.48% 0.46% -
HSV(B) 36.84º 0.65% 0.69% -
XYZ 26.64 25.68 7.97 -
YUV 136.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 175 131 61 0 0.25 0.65 0.31 36.84 0.48 0.46
Hex AF 83 3D 0 19 41 1F 25 30 2E
Octal 257 203 75 0 31 101 37 45 60 56
Binary 10101111 10000011 111101 0 11001 1000001 11111 100101 110000 101110

Color Harmonies of #AF833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF833D

Black with #AF833D

Text Example


Text Example

White with #AF833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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