Html Css Color HEX #AC8532 Alpine

📋 copy color: '#AC8532'

red 172 ◦ green 133 ◦ blue 50

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

Shades of Alpine #AC8532

Tints of Alpine #AC8532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 48.45%
G = 37.46%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC8532 (or 0xAC8532) is known color: Alpine. HEX triplet: AC, 85 and 32. RGB value is (172,133,50). Sum of RGB (Red+Green+Blue) = 172+133+50=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8532 is #537ACD. Grayscale: #878787. Windows color (decimal): -5470926 or 3311020. OLE color: 3311020.

HSL color Cylindrical-coordinate representation of color #AC8532: hue angle of 40.82º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC8532 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 133 50 -
CMYK 0 0.23 0.71 0.33
HSL 40.82º 0.55% 0.44% -
HSV(B) 40.82º 0.71% 0.67% -
XYZ 25.98 25.78 6.62 -
YUV 135.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 172 133 50 0 0.23 0.71 0.33 40.82 0.55 0.44
Hex AC 85 32 0 17 47 21 29 37 2C
Octal 254 205 62 0 27 107 41 51 67 54
Binary 10101100 10000101 110010 0 10111 1000111 100001 101001 110111 101100

Color Harmonies of #AC8532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8532

Black with #AC8532

Text Example


Text Example

White with #AC8532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8532; }

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

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

background-color css

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

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

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

border-color css

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

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

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