Html Css Color HEX #AB8840 Alpine

📋 copy color: '#AB8840'

red 171 ◦ green 136 ◦ blue 64

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

Shades of Alpine #AB8840

Tints of Alpine #AB8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

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

R = 46.09%
G = 36.66%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB8840 (or 0xAB8840) is known color: Alpine. HEX triplet: AB, 88 and 40. RGB value is (171,136,64). Sum of RGB (Red+Green+Blue) = 171+136+64=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8840 is #5477BF. Grayscale: #8A8A8A. Windows color (decimal): -5535680 or 4229291. OLE color: 4229291.

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

Color convert

RGB 171 136 64 -
CMYK 0 0.20 0.63 0.33
HSL 40.37º 0.46% 0.46% -
HSV(B) 40.37º 0.63% 0.67% -
XYZ 26.52 26.64 8.59 -
YUV 138.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 171 136 64 0 0.20 0.63 0.33 40.37 0.46 0.46
Hex AB 88 40 0 14 3F 21 28 2E 2E
Octal 253 210 100 0 24 77 41 50 56 56
Binary 10101011 10001000 1000000 0 10100 111111 100001 101000 101110 101110

Color Harmonies of #AB8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8840

Black with #AB8840

Text Example


Text Example

White with #AB8840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8840; }

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

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

background-color css

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

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

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

border-color css

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

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

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