Html Css Color HEX #AF8540 Alpine

📋 copy color: '#AF8540'

red 175 ◦ green 133 ◦ blue 64

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

Shades of Alpine #AF8540

Tints of Alpine #AF8540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 64 (25.39% from 255) = 17.2%

R = 47.04%
G = 35.75%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF8540 (or 0xAF8540) is known color: Alpine. HEX triplet: AF, 85 and 40. RGB value is (175,133,64). Sum of RGB (Red+Green+Blue) = 175+133+64=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8540 is #507ABF. Grayscale: #8A8A8A. Windows color (decimal): -5274304 or 4228527. OLE color: 4228527.

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

Color convert

RGB 175 133 64 -
CMYK 0 0.24 0.63 0.31
HSL 37.3º 0.46% 0.47% -
HSV(B) 37.3º 0.63% 0.69% -
XYZ 26.99 26.26 8.5 -
YUV 137.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 175 133 64 0 0.24 0.63 0.31 37.3 0.46 0.47
Hex AF 85 40 0 18 3F 1F 25 2E 2F
Octal 257 205 100 0 30 77 37 45 56 57
Binary 10101111 10000101 1000000 0 11000 111111 11111 100101 101110 101111

Color Harmonies of #AF8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8540

Black with #AF8540

Text Example


Text Example

White with #AF8540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8540; }

 p { color: rgb(175,133,64); }

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

background-color css

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

 a { background-color: rgb(175,133,64); }

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

border-color css

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

 span { border-color: rgb(175,133,64); }

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