Html Css Color HEX #AB8440 Alpine

📋 copy color: '#AB8440'

red 171 ◦ green 132 ◦ blue 64

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

Shades of Alpine #AB8440

Tints of Alpine #AB8440

RGB

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

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

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

R = 46.59%
G = 35.97%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB8440 (or 0xAB8440) is known color: Alpine. HEX triplet: AB, 84 and 40. RGB value is (171,132,64). Sum of RGB (Red+Green+Blue) = 171+132+64=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8440 is #547BBF. Grayscale: #888888. Windows color (decimal): -5536704 or 4228267. OLE color: 4228267.

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

Color convert

RGB 171 132 64 -
CMYK 0 0.23 0.63 0.33
HSL 38.13º 0.46% 0.46% -
HSV(B) 38.13º 0.63% 0.67% -
XYZ 25.97 25.53 8.41 -
YUV 135.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 171 132 64 0 0.23 0.63 0.33 38.13 0.46 0.46
Hex AB 84 40 0 17 3F 21 26 2E 2E
Octal 253 204 100 0 27 77 41 46 56 56
Binary 10101011 10000100 1000000 0 10111 111111 100001 100110 101110 101110

Color Harmonies of #AB8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8440

Black with #AB8440

Text Example


Text Example

White with #AB8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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