Html Css Color HEX #AC7F3C Alpine

📋 copy color: '#AC7F3C'

red 172 ◦ green 127 ◦ blue 60

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

Shades of Alpine #AC7F3C

Tints of Alpine #AC7F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.38%

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 47.91%
G = 35.38%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC7F3C (or 0xAC7F3C) is known color: Alpine. HEX triplet: AC, 7F and 3C. RGB value is (172,127,60). Sum of RGB (Red+Green+Blue) = 172+127+60=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F3C is #5380C3. Grayscale: #858585. Windows color (decimal): -5472452 or 3964844. OLE color: 3964844.

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

Color convert

RGB 172 127 60 -
CMYK 0 0.26 0.65 0.33
HSL 35.89º 0.48% 0.45% -
HSV(B) 35.89º 0.65% 0.67% -
XYZ 25.42 24.28 7.62 -
YUV 132.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 172 127 60 0 0.26 0.65 0.33 35.89 0.48 0.45
Hex AC 7F 3C 0 1A 41 21 24 30 2D
Octal 254 177 74 0 32 101 41 44 60 55
Binary 10101100 1111111 111100 0 11010 1000001 100001 100100 110000 101101

Color Harmonies of #AC7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F3C

Black with #AC7F3C

Text Example


Text Example

White with #AC7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F3C; }

 p { color: rgb(172,127,60); }

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

background-color css

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

 a { background-color: rgb(172,127,60); }

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

border-color css

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

 span { border-color: rgb(172,127,60); }

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