Html Css Color HEX #AC8C38 Alpine

📋 copy color: '#AC8C38'

red 172 ◦ green 140 ◦ blue 56

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

Shades of Alpine #AC8C38

Tints of Alpine #AC8C38

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

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

R = 46.74%
G = 38.04%
B = 15.22%

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

#AC8C38 (or 0xAC8C38) is known color: Alpine. HEX triplet: AC, 8C and 38. RGB value is (172,140,56). Sum of RGB (Red+Green+Blue) = 172+140+56=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C38 is #5373C7. Grayscale: #8C8C8C. Windows color (decimal): -5469128 or 3706028. OLE color: 3706028.

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

Color convert

RGB 172 140 56 -
CMYK 0 0.19 0.67 0.33
HSL 43.45º 0.51% 0.45% -
HSV(B) 43.45º 0.67% 0.67% -
XYZ 27.11 27.81 7.68 -
YUV 139.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 172 140 56 0 0.19 0.67 0.33 43.45 0.51 0.45
Hex AC 8C 38 0 13 43 21 2B 33 2D
Octal 254 214 70 0 23 103 41 53 63 55
Binary 10101100 10001100 111000 0 10011 1000011 100001 101011 110011 101101

Color Harmonies of #AC8C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C38

Black with #AC8C38

Text Example


Text Example

White with #AC8C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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