Html Css Color HEX #AF8636 Alpine

📋 copy color: '#AF8636'

red 175 ◦ green 134 ◦ blue 54

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

Shades of Alpine #AF8636

Tints of Alpine #AF8636

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

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

R = 48.21%
G = 36.91%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF8636 (or 0xAF8636) is known color: Alpine. HEX triplet: AF, 86 and 36. RGB value is (175,134,54). Sum of RGB (Red+Green+Blue) = 175+134+54=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8636 is #5079C9. Grayscale: #898989. Windows color (decimal): -5274058 or 3573423. OLE color: 3573423.

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

Color convert

RGB 175 134 54 -
CMYK 0 0.23 0.69 0.31
HSL 39.67º 0.53% 0.45% -
HSV(B) 39.67º 0.69% 0.69% -
XYZ 26.87 26.43 7.18 -
YUV 137.14 81.08 155 -
System Red Green Blue C M Y K H S L
Decimal 175 134 54 0 0.23 0.69 0.31 39.67 0.53 0.45
Hex AF 86 36 0 17 45 1F 28 35 2D
Octal 257 206 66 0 27 105 37 50 65 55
Binary 10101111 10000110 110110 0 10111 1000101 11111 101000 110101 101101

Color Harmonies of #AF8636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8636

Black with #AF8636

Text Example


Text Example

White with #AF8636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8636; }

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

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

background-color css

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

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

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

border-color css

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

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

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