Html Css Color HEX #AB8740 Alpine

📋 copy color: '#AB8740'

red 171 ◦ green 135 ◦ blue 64

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

Shades of Alpine #AB8740

Tints of Alpine #AB8740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

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

R = 46.22%
G = 36.49%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB8740 (or 0xAB8740) is known color: Alpine. HEX triplet: AB, 87 and 40. RGB value is (171,135,64). Sum of RGB (Red+Green+Blue) = 171+135+64=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8740 is #5478BF. Grayscale: #898989. Windows color (decimal): -5535936 or 4229035. OLE color: 4229035.

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

Color convert

RGB 171 135 64 -
CMYK 0 0.21 0.63 0.33
HSL 39.81º 0.46% 0.46% -
HSV(B) 39.81º 0.63% 0.67% -
XYZ 26.38 26.36 8.55 -
YUV 137.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 171 135 64 0 0.21 0.63 0.33 39.81 0.46 0.46
Hex AB 87 40 0 15 3F 21 28 2E 2E
Octal 253 207 100 0 25 77 41 50 56 56
Binary 10101011 10000111 1000000 0 10101 111111 100001 101000 101110 101110

Color Harmonies of #AB8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8740

Black with #AB8740

Text Example


Text Example

White with #AB8740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8740; }

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

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

background-color css

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

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

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

border-color css

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

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

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