Html Css Color HEX #AF8440 Alpine

📋 copy color: '#AF8440'

red 175 ◦ green 132 ◦ blue 64

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

Shades of Alpine #AF8440

Tints of Alpine #AF8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

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

R = 47.17%
G = 35.58%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF8440 (or 0xAF8440) is known color: Alpine. HEX triplet: AF, 84 and 40. RGB value is (175,132,64). Sum of RGB (Red+Green+Blue) = 175+132+64=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8440 is #507BBF. Grayscale: #898989. Windows color (decimal): -5274560 or 4228271. OLE color: 4228271.

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

Color convert

RGB 175 132 64 -
CMYK 0 0.25 0.63 0.31
HSL 36.76º 0.46% 0.47% -
HSV(B) 36.76º 0.63% 0.69% -
XYZ 26.86 25.99 8.45 -
YUV 137.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 175 132 64 0 0.25 0.63 0.31 36.76 0.46 0.47
Hex AF 84 40 0 19 3F 1F 25 2E 2F
Octal 257 204 100 0 31 77 37 45 56 57
Binary 10101111 10000100 1000000 0 11001 111111 11111 100101 101110 101111

Color Harmonies of #AF8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8440

Black with #AF8440

Text Example


Text Example

White with #AF8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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