Html Css Color HEX #AB8B3A Alpine

📋 copy color: '#AB8B3A'

red 171 ◦ green 139 ◦ blue 58

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

Shades of Alpine #AB8B3A

Tints of Alpine #AB8B3A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.77%

 BLUE value IS 58 (23.05% from 255) = 15.76%

R = 46.47%
G = 37.77%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB8B3A (or 0xAB8B3A) is known color: Alpine. HEX triplet: AB, 8B and 3A. RGB value is (171,139,58). Sum of RGB (Red+Green+Blue) = 171+139+58=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8B3A is #5474C5. Grayscale: #8B8B8B. Windows color (decimal): -5534918 or 3836843. OLE color: 3836843.

HSL color Cylindrical-coordinate representation of color #AB8B3A: hue angle of 43.01º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB8B3A is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 139 58 -
CMYK 0 0.19 0.66 0.33
HSL 43.01º 0.49% 0.45% -
HSV(B) 43.01º 0.66% 0.67% -
XYZ 26.79 27.43 7.89 -
YUV 139.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 171 139 58 0 0.19 0.66 0.33 43.01 0.49 0.45
Hex AB 8B 3A 0 13 42 21 2B 31 2D
Octal 253 213 72 0 23 102 41 53 61 55
Binary 10101011 10001011 111010 0 10011 1000010 100001 101011 110001 101101

Color Harmonies of #AB8B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B3A

Black with #AB8B3A

Text Example


Text Example

White with #AB8B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B3A; }

 p { color: rgb(171,139,58); }

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

background-color css

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

 a { background-color: rgb(171,139,58); }

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

border-color css

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

 span { border-color: rgb(171,139,58); }

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