Html Css Color HEX #AF833B Alpine

📋 copy color: '#AF833B'

red 175 ◦ green 131 ◦ blue 59

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

Shades of Alpine #AF833B

Tints of Alpine #AF833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.16%

R = 47.95%
G = 35.89%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF833B (or 0xAF833B) is known color: Alpine. HEX triplet: AF, 83 and 3B. RGB value is (175,131,59). Sum of RGB (Red+Green+Blue) = 175+131+59=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF833B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF833B is #507CC4. Grayscale: #888888. Windows color (decimal): -5274821 or 3900335. OLE color: 3900335.

HSL color Cylindrical-coordinate representation of color #AF833B: hue angle of 37.24º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF833B is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 59 -
CMYK 0 0.25 0.66 0.31
HSL 37.24º 0.5% 0.46% -
HSV(B) 37.24º 0.66% 0.69% -
XYZ 26.58 25.66 7.69 -
YUV 135.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 175 131 59 0 0.25 0.66 0.31 37.24 0.5 0.46
Hex AF 83 3B 0 19 42 1F 25 32 2E
Octal 257 203 73 0 31 102 37 45 62 56
Binary 10101111 10000011 111011 0 11001 1000010 11111 100101 110010 101110

Color Harmonies of #AF833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF833B

Black with #AF833B

Text Example


Text Example

White with #AF833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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