Html Css Color HEX #AB7D3E Alpine

📋 copy color: '#AB7D3E'

red 171 ◦ green 125 ◦ blue 62

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

Shades of Alpine #AB7D3E

Tints of Alpine #AB7D3E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 47.77%
G = 34.92%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB7D3E (or 0xAB7D3E) is known color: Alpine. HEX triplet: AB, 7D and 3E. RGB value is (171,125,62). Sum of RGB (Red+Green+Blue) = 171+125+62=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D3E is #5482C1. Grayscale: #838383. Windows color (decimal): -5538498 or 4095403. OLE color: 4095403.

HSL color Cylindrical-coordinate representation of color #AB7D3E: hue angle of 34.68º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB7D3E is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 62 -
CMYK 0 0.27 0.64 0.33
HSL 34.68º 0.47% 0.46% -
HSV(B) 34.68º 0.64% 0.67% -
XYZ 25 23.67 7.81 -
YUV 131.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 171 125 62 0 0.27 0.64 0.33 34.68 0.47 0.46
Hex AB 7D 3E 0 1B 40 21 23 2F 2E
Octal 253 175 76 0 33 100 41 43 57 56
Binary 10101011 1111101 111110 0 11011 1000000 100001 100011 101111 101110

Color Harmonies of #AB7D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D3E

Black with #AB7D3E

Text Example


Text Example

White with #AB7D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D3E; }

 p { color: rgb(171,125,62); }

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

background-color css

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

 a { background-color: rgb(171,125,62); }

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

border-color css

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

 span { border-color: rgb(171,125,62); }

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