Html Css Color HEX #AB8640 Alpine

📋 copy color: '#AB8640'

red 171 ◦ green 134 ◦ blue 64

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

Shades of Alpine #AB8640

Tints of Alpine #AB8640

RGB

 RED value IS 171 (67.19% from 255) = 46.34%

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

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

R = 46.34%
G = 36.31%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB8640 (or 0xAB8640) is known color: Alpine. HEX triplet: AB, 86 and 40. RGB value is (171,134,64). Sum of RGB (Red+Green+Blue) = 171+134+64=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8640 is #5479BF. Grayscale: #898989. Windows color (decimal): -5536192 or 4228779. OLE color: 4228779.

HSL color Cylindrical-coordinate representation of color #AB8640: hue angle of 39.25º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB8640 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 134 64 -
CMYK 0 0.22 0.63 0.33
HSL 39.25º 0.46% 0.46% -
HSV(B) 39.25º 0.63% 0.67% -
XYZ 26.25 26.08 8.5 -
YUV 137.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 171 134 64 0 0.22 0.63 0.33 39.25 0.46 0.46
Hex AB 86 40 0 16 3F 21 27 2E 2E
Octal 253 206 100 0 26 77 41 47 56 56
Binary 10101011 10000110 1000000 0 10110 111111 100001 100111 101110 101110

Color Harmonies of #AB8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8640

Black with #AB8640

Text Example


Text Example

White with #AB8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8640; }

 p { color: rgb(171,134,64); }

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

background-color css

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

 a { background-color: rgb(171,134,64); }

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

border-color css

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

 span { border-color: rgb(171,134,64); }

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