Html Css Color HEX #AB7D3D Alpine

📋 copy color: '#AB7D3D'

red 171 ◦ green 125 ◦ blue 61

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

Shades of Alpine #AB7D3D

Tints of Alpine #AB7D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 47.9%
G = 35.01%
B = 17.09%

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

#AB7D3D (or 0xAB7D3D) is known color: Alpine. HEX triplet: AB, 7D and 3D. RGB value is (171,125,61). Sum of RGB (Red+Green+Blue) = 171+125+61=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D3D is #5482C2. Grayscale: #838383. Windows color (decimal): -5538499 or 4029867. OLE color: 4029867.

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

Color convert

RGB 171 125 61 -
CMYK 0 0.27 0.64 0.33
HSL 34.91º 0.47% 0.45% -
HSV(B) 34.91º 0.64% 0.67% -
XYZ 24.97 23.66 7.67 -
YUV 131.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 171 125 61 0 0.27 0.64 0.33 34.91 0.47 0.45
Hex AB 7D 3D 0 1B 40 21 23 2F 2D
Octal 253 175 75 0 33 100 41 43 57 55
Binary 10101011 1111101 111101 0 11011 1000000 100001 100011 101111 101101

Color Harmonies of #AB7D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D3D

Black with #AB7D3D

Text Example


Text Example

White with #AB7D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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