Html Css Color HEX #AF8336 Alpine

📋 copy color: '#AF8336'

red 175 ◦ green 131 ◦ blue 54

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

Shades of Alpine #AF8336

Tints of Alpine #AF8336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15%

R = 48.61%
G = 36.39%
B = 15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF8336 (or 0xAF8336) is known color: Alpine. HEX triplet: AF, 83 and 36. RGB value is (175,131,54). Sum of RGB (Red+Green+Blue) = 175+131+54=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8336 is #507CC9. Grayscale: #878787. Windows color (decimal): -5274826 or 3572655. OLE color: 3572655.

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

Color convert

RGB 175 131 54 -
CMYK 0 0.25 0.69 0.31
HSL 38.18º 0.53% 0.45% -
HSV(B) 38.18º 0.69% 0.69% -
XYZ 26.46 25.61 7.04 -
YUV 135.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 175 131 54 0 0.25 0.69 0.31 38.18 0.53 0.45
Hex AF 83 36 0 19 45 1F 26 35 2D
Octal 257 203 66 0 31 105 37 46 65 55
Binary 10101111 10000011 110110 0 11001 1000101 11111 100110 110101 101101

Color Harmonies of #AF8336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8336

Black with #AF8336

Text Example


Text Example

White with #AF8336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8336; }

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

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

background-color css

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

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

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

border-color css

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

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

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