Html Css Color HEX #AC7F40 Alpine

📋 copy color: '#AC7F40'

red 172 ◦ green 127 ◦ blue 64

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

Shades of Alpine #AC7F40

Tints of Alpine #AC7F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 47.38%
G = 34.99%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC7F40 (or 0xAC7F40) is known color: Alpine. HEX triplet: AC, 7F and 40. RGB value is (172,127,64). Sum of RGB (Red+Green+Blue) = 172+127+64=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F40 is #5380BF. Grayscale: #858585. Windows color (decimal): -5472448 or 4226988. OLE color: 4226988.

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

Color convert

RGB 172 127 64 -
CMYK 0 0.26 0.63 0.33
HSL 35º 0.46% 0.46% -
HSV(B) 35º 0.63% 0.67% -
XYZ 25.53 24.32 8.2 -
YUV 133.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 172 127 64 0 0.26 0.63 0.33 35 0.46 0.46
Hex AC 7F 40 0 1A 3F 21 23 2E 2E
Octal 254 177 100 0 32 77 41 43 56 56
Binary 10101100 1111111 1000000 0 11010 111111 100001 100011 101110 101110

Color Harmonies of #AC7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F40

Black with #AC7F40

Text Example


Text Example

White with #AC7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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