Html Css Color HEX #AB8A38 Alpine

📋 copy color: '#AB8A38'

red 171 ◦ green 138 ◦ blue 56

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

Shades of Alpine #AB8A38

Tints of Alpine #AB8A38

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

 BLUE value IS 56 (22.27% from 255) = 15.34%

R = 46.85%
G = 37.81%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB8A38 (or 0xAB8A38) is known color: Alpine. HEX triplet: AB, 8A and 38. RGB value is (171,138,56). Sum of RGB (Red+Green+Blue) = 171+138+56=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A38 is #5475C7. Grayscale: #8A8A8A. Windows color (decimal): -5535176 or 3705515. OLE color: 3705515.

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

Color convert

RGB 171 138 56 -
CMYK 0 0.19 0.67 0.33
HSL 42.78º 0.51% 0.45% -
HSV(B) 42.78º 0.67% 0.67% -
XYZ 26.6 27.12 7.57 -
YUV 138.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 171 138 56 0 0.19 0.67 0.33 42.78 0.51 0.45
Hex AB 8A 38 0 13 43 21 2B 33 2D
Octal 253 212 70 0 23 103 41 53 63 55
Binary 10101011 10001010 111000 0 10011 1000011 100001 101011 110011 101101

Color Harmonies of #AB8A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8A38

Black with #AB8A38

Text Example


Text Example

White with #AB8A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8A38; }

 p { color: rgb(171,138,56); }

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

background-color css

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

 a { background-color: rgb(171,138,56); }

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

border-color css

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

 span { border-color: rgb(171,138,56); }

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