Html Css Color HEX #AF8136 Alpine

📋 copy color: '#AF8136'

red 175 ◦ green 129 ◦ blue 54

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

Shades of Alpine #AF8136

Tints of Alpine #AF8136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

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

R = 48.88%
G = 36.03%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF8136 (or 0xAF8136) is known color: Alpine. HEX triplet: AF, 81 and 36. RGB value is (175,129,54). Sum of RGB (Red+Green+Blue) = 175+129+54=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8136 is #507EC9. Grayscale: #868686. Windows color (decimal): -5275338 or 3572143. OLE color: 3572143.

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

Color convert

RGB 175 129 54 -
CMYK 0 0.26 0.69 0.31
HSL 37.19º 0.53% 0.45% -
HSV(B) 37.19º 0.69% 0.69% -
XYZ 26.2 25.08 6.95 -
YUV 134.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 175 129 54 0 0.26 0.69 0.31 37.19 0.53 0.45
Hex AF 81 36 0 1A 45 1F 25 35 2D
Octal 257 201 66 0 32 105 37 45 65 55
Binary 10101111 10000001 110110 0 11010 1000101 11111 100101 110101 101101

Color Harmonies of #AF8136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8136

Black with #AF8136

Text Example


Text Example

White with #AF8136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8136; }

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

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

background-color css

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

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

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

border-color css

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

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

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