Html Css Color HEX #AC7E3F Alpine

📋 copy color: '#AC7E3F'

red 172 ◦ green 126 ◦ blue 63

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

Shades of Alpine #AC7E3F

Tints of Alpine #AC7E3F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 63 (25% from 255) = 17.45%

R = 47.65%
G = 34.9%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC7E3F (or 0xAC7E3F) is known color: Alpine. HEX triplet: AC, 7E and 3F. RGB value is (172,126,63). Sum of RGB (Red+Green+Blue) = 172+126+63=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E3F is #5381C0. Grayscale: #848484. Windows color (decimal): -5472705 or 4161196. OLE color: 4161196.

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

Color convert

RGB 172 126 63 -
CMYK 0 0.27 0.63 0.33
HSL 34.68º 0.46% 0.46% -
HSV(B) 34.68º 0.63% 0.67% -
XYZ 25.37 24.05 8.01 -
YUV 132.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 172 126 63 0 0.27 0.63 0.33 34.68 0.46 0.46
Hex AC 7E 3F 0 1B 3F 21 23 2E 2E
Octal 254 176 77 0 33 77 41 43 56 56
Binary 10101100 1111110 111111 0 11011 111111 100001 100011 101110 101110

Color Harmonies of #AC7E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E3F

Black with #AC7E3F

Text Example


Text Example

White with #AC7E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E3F; }

 p { color: rgb(172,126,63); }

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

background-color css

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

 a { background-color: rgb(172,126,63); }

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

border-color css

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

 span { border-color: rgb(172,126,63); }

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