Html Css Color HEX #AB8540 Alpine

📋 copy color: '#AB8540'

red 171 ◦ green 133 ◦ blue 64

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

Shades of Alpine #AB8540

Tints of Alpine #AB8540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 46.47%
G = 36.14%
B = 17.39%

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

#AB8540 (or 0xAB8540) is known color: Alpine. HEX triplet: AB, 85 and 40. RGB value is (171,133,64). Sum of RGB (Red+Green+Blue) = 171+133+64=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8540 is #547ABF. Grayscale: #888888. Windows color (decimal): -5536448 or 4228523. OLE color: 4228523.

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

Color convert

RGB 171 133 64 -
CMYK 0 0.22 0.63 0.33
HSL 38.69º 0.46% 0.46% -
HSV(B) 38.69º 0.63% 0.67% -
XYZ 26.11 25.8 8.45 -
YUV 136.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 171 133 64 0 0.22 0.63 0.33 38.69 0.46 0.46
Hex AB 85 40 0 16 3F 21 27 2E 2E
Octal 253 205 100 0 26 77 41 47 56 56
Binary 10101011 10000101 1000000 0 10110 111111 100001 100111 101110 101110

Color Harmonies of #AB8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8540

Black with #AB8540

Text Example


Text Example

White with #AB8540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8540; }

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

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

background-color css

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

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

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

border-color css

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

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

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