Html Css Color HEX #AC7F38 Alpine

📋 copy color: '#AC7F38'

red 172 ◦ green 127 ◦ blue 56

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

Shades of Alpine #AC7F38

Tints of Alpine #AC7F38

RGB

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

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

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

R = 48.45%
G = 35.77%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC7F38 (or 0xAC7F38) is known color: Alpine. HEX triplet: AC, 7F and 38. RGB value is (172,127,56). Sum of RGB (Red+Green+Blue) = 172+127+56=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F38 is #5380C7. Grayscale: #848484. Windows color (decimal): -5472456 or 3702700. OLE color: 3702700.

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

Color convert

RGB 172 127 56 -
CMYK 0 0.26 0.67 0.33
HSL 36.72º 0.51% 0.45% -
HSV(B) 36.72º 0.67% 0.67% -
XYZ 25.32 24.23 7.08 -
YUV 132.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 172 127 56 0 0.26 0.67 0.33 36.72 0.51 0.45
Hex AC 7F 38 0 1A 43 21 25 33 2D
Octal 254 177 70 0 32 103 41 45 63 55
Binary 10101100 1111111 111000 0 11010 1000011 100001 100101 110011 101101

Color Harmonies of #AC7F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F38

Black with #AC7F38

Text Example


Text Example

White with #AC7F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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