Html Css Color HEX #AB7F3A Alpine

📋 copy color: '#AB7F3A'

red 171 ◦ green 127 ◦ blue 58

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

Shades of Alpine #AB7F3A

Tints of Alpine #AB7F3A

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

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

R = 48.03%
G = 35.67%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB7F3A (or 0xAB7F3A) is known color: Alpine. HEX triplet: AB, 7F and 3A. RGB value is (171,127,58). Sum of RGB (Red+Green+Blue) = 171+127+58=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7F3A is #5480C5. Grayscale: #848484. Windows color (decimal): -5537990 or 3833771. OLE color: 3833771.

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

Color convert

RGB 171 127 58 -
CMYK 0 0.26 0.66 0.33
HSL 36.64º 0.49% 0.45% -
HSV(B) 36.64º 0.66% 0.67% -
XYZ 25.15 24.14 7.34 -
YUV 132.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 171 127 58 0 0.26 0.66 0.33 36.64 0.49 0.45
Hex AB 7F 3A 0 1A 42 21 25 31 2D
Octal 253 177 72 0 32 102 41 45 61 55
Binary 10101011 1111111 111010 0 11010 1000010 100001 100101 110001 101101

Color Harmonies of #AB7F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F3A

Black with #AB7F3A

Text Example


Text Example

White with #AB7F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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