Html Css Color HEX #AC8538 Alpine

📋 copy color: '#AC8538'

red 172 ◦ green 133 ◦ blue 56

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

Shades of Alpine #AC8538

Tints of Alpine #AC8538

RGB

 RED value IS 172 (67.58% from 255) = 47.65%

 GREEN value IS 133 (52.34% from 255) = 36.84%

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

R = 47.65%
G = 36.84%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC8538 (or 0xAC8538) is known color: Alpine. HEX triplet: AC, 85 and 38. RGB value is (172,133,56). Sum of RGB (Red+Green+Blue) = 172+133+56=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8538 is #537AC7. Grayscale: #888888. Windows color (decimal): -5470920 or 3704236. OLE color: 3704236.

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

Color convert

RGB 172 133 56 -
CMYK 0 0.23 0.67 0.33
HSL 39.83º 0.51% 0.45% -
HSV(B) 39.83º 0.67% 0.67% -
XYZ 26.11 25.83 7.35 -
YUV 135.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 172 133 56 0 0.23 0.67 0.33 39.83 0.51 0.45
Hex AC 85 38 0 17 43 21 28 33 2D
Octal 254 205 70 0 27 103 41 50 63 55
Binary 10101100 10000101 111000 0 10111 1000011 100001 101000 110011 101101

Color Harmonies of #AC8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8538

Black with #AC8538

Text Example


Text Example

White with #AC8538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8538; }

 p { color: rgb(172,133,56); }

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

background-color css

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

 a { background-color: rgb(172,133,56); }

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

border-color css

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

 span { border-color: rgb(172,133,56); }

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