Html Css Color HEX #AF833A Alpine

📋 copy color: '#AF833A'

red 175 ◦ green 131 ◦ blue 58

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

Shades of Alpine #AF833A

Tints of Alpine #AF833A

RGB

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

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

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

R = 48.08%
G = 35.99%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF833A (or 0xAF833A) is known color: Alpine. HEX triplet: AF, 83 and 3A. RGB value is (175,131,58). Sum of RGB (Red+Green+Blue) = 175+131+58=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF833A is #507CC5. Grayscale: #888888. Windows color (decimal): -5274822 or 3834799. OLE color: 3834799.

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

Color convert

RGB 175 131 58 -
CMYK 0 0.25 0.67 0.31
HSL 37.44º 0.5% 0.46% -
HSV(B) 37.44º 0.67% 0.69% -
XYZ 26.56 25.65 7.55 -
YUV 135.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 175 131 58 0 0.25 0.67 0.31 37.44 0.5 0.46
Hex AF 83 3A 0 19 43 1F 25 32 2E
Octal 257 203 72 0 31 103 37 45 62 56
Binary 10101111 10000011 111010 0 11001 1000011 11111 100101 110010 101110

Color Harmonies of #AF833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF833A

Black with #AF833A

Text Example


Text Example

White with #AF833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF833A; }

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

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

background-color css

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

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

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

border-color css

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

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

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